OSDN Git Service

(HUGE_VAL): Add #undef before HUGE_VAL
[pf3gnuchains/gcc-fork.git] / gcc / ginclude / math-68881.h
index ff06490..2c183f7 100644 (file)
    December 1989, add parens around `&' in pow.
    November 1990, added alternate definition of HUGE_VAL for Sun.  */
 
+/* Changed by Jim Wilson:
+   September 1993, Use #undef before HUGE_VAL instead of #ifdef/#endif.  */
+
 #ifndef __math_68881
 #define __math_68881
 
 #include <errno.h>
 
-#ifndef HUGE_VAL
+#undef HUGE_VAL
 #ifdef __sun__
 /* The Sun assembler fails to handle the hex constant in the usual defn.  */
 #define HUGE_VAL                                                       \
@@ -57,7 +60,6 @@
   huge_val;                                                            \
 })
 #endif
-#endif
 
 __inline static const double
 sin (double x)