Kaynağa Gözat

s/#if/#ifdef/

Peter S. Mazinger 18 yıl önce
ebeveyn
işleme
ab6b2a2737
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      libc/misc/ctype/ctype.c

+ 3 - 3
libc/misc/ctype/ctype.c

@@ -420,7 +420,7 @@ int isctype(int c, int mask)
 
 #endif
 /**********************************************************************/
-#if L___ctype_b_loc
+#ifdef L___ctype_b_loc
 
 #ifdef __UCLIBC_HAS_XLOCALE__
 
@@ -434,7 +434,7 @@ libc_hidden_def(__ctype_b_loc)
 
 #endif
 /**********************************************************************/
-#if L___ctype_tolower_loc
+#ifdef L___ctype_tolower_loc
 
 #ifdef __UCLIBC_HAS_XLOCALE__
 
@@ -449,7 +449,7 @@ libc_hidden_def(__ctype_tolower_loc)
 
 #endif
 /**********************************************************************/
-#if L___ctype_toupper_loc
+#ifdef L___ctype_toupper_loc
 
 #ifdef __UCLIBC_HAS_XLOCALE__