Include <limits.h>, not "glimits.h".
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 31 Jan 1995 18:28:04 +0000 (18:28 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 31 Jan 1995 18:28:04 +0000 (18:28 +0000)
From-SVN: r8841

gcc/libgcc2.c

index 0030e99ed52acadb6a4ef82b19da9a0c382dc15f..21de78454121d2dbb43fc419897750c01dda1065 100644 (file)
@@ -1050,7 +1050,7 @@ __floatdisf (u)
 #endif
 
 #if defined(L_fixunsxfsi) && LONG_DOUBLE_TYPE_SIZE == 96
-#include "glimits.h"
+#include <limits.h>
 
 USItype
 __fixunsxfsi (a)
@@ -1063,7 +1063,7 @@ __fixunsxfsi (a)
 #endif
 
 #ifdef L_fixunsdfsi
-#include "glimits.h"
+#include <limits.h>
 
 USItype
 __fixunsdfsi (a)
@@ -1076,7 +1076,7 @@ __fixunsdfsi (a)
 #endif
 
 #ifdef L_fixunssfsi
-#include "glimits.h"
+#include <limits.h>
 
 USItype
 __fixunssfsi (SFtype a)