(__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h.
From-SVN: r10506
This commit is contained in:
parent
ae8b3cd830
commit
c07e26bda2
@ -1093,6 +1093,8 @@ __floatdisf (u)
|
||||
#undef unsigned
|
||||
#undef float
|
||||
#undef double
|
||||
#undef MIN
|
||||
#undef MAX
|
||||
#include <limits.h>
|
||||
|
||||
USItype
|
||||
@ -1114,6 +1116,8 @@ __fixunsxfsi (a)
|
||||
#undef unsigned
|
||||
#undef float
|
||||
#undef double
|
||||
#undef MIN
|
||||
#undef MAX
|
||||
#include <limits.h>
|
||||
|
||||
USItype
|
||||
@ -1135,6 +1139,8 @@ __fixunsdfsi (a)
|
||||
#undef unsigned
|
||||
#undef float
|
||||
#undef double
|
||||
#undef MIN
|
||||
#undef MAX
|
||||
#include <limits.h>
|
||||
|
||||
USItype
|
||||
|
Loading…
Reference in New Issue
Block a user