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

From-SVN: r8841
This commit is contained in:
Ian Lance Taylor 1995-01-31 18:28:04 +00:00
parent a311b52c43
commit a99598c904
1 changed files with 3 additions and 3 deletions

View 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)