diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |