summaryrefslogtreecommitdiff
path: root/libc/misc/ctype/ctype.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:43:32 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:43:32 +0000
commitab6b2a27372dda7f88ea1bde9ad09573c4434cb9 (patch)
tree0d418ecc02430e152c5c571c820d430e2491f2d5 /libc/misc/ctype/ctype.c
parent712feca4b400d1cfd8496338c02e6e1fcb3fa956 (diff)
s/#if/#ifdef/
Diffstat (limited to 'libc/misc/ctype/ctype.c')
-rw-r--r--libc/misc/ctype/ctype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c
index 6f71b1421..243031b6c 100644
--- a/libc/misc/ctype/ctype.c
+++ b/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__