소스 검색

fix incorrect macro name for MATH_ERREXCEPT in math.h

Rich Felker 13 년 전
부모
커밋
ed0e3a357e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/math.h

+ 1 - 1
include/math.h

@@ -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)