From ab6b2a27372dda7f88ea1bde9ad09573c4434cb9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:43:32 +0000 Subject: s/#if/#ifdef/ --- libc/misc/ctype/ctype.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/misc/ctype') 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__ -- cgit v1.2.3