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... --- include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ctype.h') diff --git a/include/ctype.h b/include/ctype.h index cf6c7fb85..9ed73879c 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -10,7 +10,7 @@ #define __USE_CTYPE_C_FUNCTIONS /* Locale-compatible macros/inlines have yet to be implemented. */ -#if __UCLIBC_HAS_LOCALE__ && !defined(__USE_CTYPE_C_FUNCTIONS) +#if defined(__UCLIBC_HAS_LOCALE__) && !defined(__USE_CTYPE_C_FUNCTIONS) #define __USE_CTYPE_C_FUNCTIONS #endif -- cgit v1.2.3