소스 검색

typo in math.h c version check

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

+ 1 - 1
include/math.h

@@ -53,7 +53,7 @@ int __fpclassifyl(long double);
 #define isunordered(x,y) (isnan((x)) ? ((y),1) : isnan((y)))
 
 static
-#if __STDC_VERSION >= 199901L
+#if __STDC_VERSION__ >= 199901L
 inline
 #endif
 int __isrel(long double __x, long double __y, int __rel)