Commit a99598c9 by Ian Lance Taylor

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

From-SVN: r8841
parent a311b52c
......@@ -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)
......
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