fix incorrect macro name for MATH_ERREXCEPT in math.h
authorRich Felker <dalias@aerifal.cx>
Wed, 18 Apr 2012 15:41:04 +0000 (11:41 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 18 Apr 2012 15:41:04 +0000 (11:41 -0400)
include/math.h

index ff62cb7..bc0159e 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
 #define HUGE_VALL ((long double)INFINITY)
 
 #define MATH_ERRNO  1
-#define MATH_EXCEPT 2
+#define MATH_ERREXCEPT 2
 #define math_errhandling 2
 
 #define FP_ILOGBNAN (((unsigned)-1)>>1)