Peter S. Mazinger 20 년 전
부모
커밋
0d8bfb18d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/common/bits/uClibc_fpmax.h

+ 1 - 1
libc/sysdeps/linux/common/bits/uClibc_fpmax.h

@@ -98,7 +98,7 @@ typedef float __fpmax_t;
 
 #endif /* DECIMAL_DIG */
 
-if defined _LIBC && defined IS_IN_libc
+#if defined _LIBC && defined IS_IN_libc
 extern __fpmax_t __strtofpmax(const char *str, char **endptr, int exp_adjust) attribute_hidden;
 
 #ifdef __UCLIBC_HAS_XLOCALE__