From 9ae054b3553801ed1e7b3532fe929abb36a0cf3d Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 19 Mar 2001 17:45:44 +0000 Subject: Since Erik apparently wants def/undef vs def 1/0... --- libc/misc/ctype/ctype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/misc/ctype') diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c index 38da17f26..8d6a1dba7 100644 --- a/libc/misc/ctype/ctype.c +++ b/libc/misc/ctype/ctype.c @@ -39,7 +39,7 @@ toascii( int c ) /* locale depended */ -#if !__UCLIBC_HAS_LOCALE__ +#ifndef __UCLIBC_HAS_LOCALE__ #ifdef L_isalpha int @@ -154,7 +154,7 @@ toupper( int c ) } #endif -#else /* __UCLIBC_HAS_LOCALE__ == 1 */ +#else /* __UCLIBC_HAS_LOCALE__ */ #include #include "./ctype.h" -- cgit v1.2.3