Commit c07e26bd by Richard Kenner

(__fixuns[xds]fsi): #undef MIN and MAX before #include of limits.h.

From-SVN: r10506
parent ae8b3cd8
...@@ -1093,6 +1093,8 @@ __floatdisf (u) ...@@ -1093,6 +1093,8 @@ __floatdisf (u)
#undef unsigned #undef unsigned
#undef float #undef float
#undef double #undef double
#undef MIN
#undef MAX
#include <limits.h> #include <limits.h>
USItype USItype
...@@ -1114,6 +1116,8 @@ __fixunsxfsi (a) ...@@ -1114,6 +1116,8 @@ __fixunsxfsi (a)
#undef unsigned #undef unsigned
#undef float #undef float
#undef double #undef double
#undef MIN
#undef MAX
#include <limits.h> #include <limits.h>
USItype USItype
...@@ -1135,6 +1139,8 @@ __fixunsdfsi (a) ...@@ -1135,6 +1139,8 @@ __fixunsdfsi (a)
#undef unsigned #undef unsigned
#undef float #undef float
#undef double #undef double
#undef MIN
#undef MAX
#include <limits.h> #include <limits.h>
USItype USItype
......
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