Commit a99598c9 by Ian Lance Taylor

Include <limits.h>, not "glimits.h".

From-SVN: r8841
parent a311b52c
...@@ -1050,7 +1050,7 @@ __floatdisf (u) ...@@ -1050,7 +1050,7 @@ __floatdisf (u)
#endif #endif
#if defined(L_fixunsxfsi) && LONG_DOUBLE_TYPE_SIZE == 96 #if defined(L_fixunsxfsi) && LONG_DOUBLE_TYPE_SIZE == 96
#include "glimits.h" #include <limits.h>
USItype USItype
__fixunsxfsi (a) __fixunsxfsi (a)
...@@ -1063,7 +1063,7 @@ __fixunsxfsi (a) ...@@ -1063,7 +1063,7 @@ __fixunsxfsi (a)
#endif #endif
#ifdef L_fixunsdfsi #ifdef L_fixunsdfsi
#include "glimits.h" #include <limits.h>
USItype USItype
__fixunsdfsi (a) __fixunsdfsi (a)
...@@ -1076,7 +1076,7 @@ __fixunsdfsi (a) ...@@ -1076,7 +1076,7 @@ __fixunsdfsi (a)
#endif #endif
#ifdef L_fixunssfsi #ifdef L_fixunssfsi
#include "glimits.h" #include <limits.h>
USItype USItype
__fixunssfsi (SFtype a) __fixunssfsi (SFtype a)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment