summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-19 17:45:44 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-19 17:45:44 +0000
commit9ae054b3553801ed1e7b3532fe929abb36a0cf3d (patch)
treef5e5a639dc361882044cfdeb89d2ec43b202b72a /include/ctype.h
parent3a1407ff3bb4e1fc448dfe5325caaeb891eb5411 (diff)
Since Erik apparently wants def/undef vs def 1/0...
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h2
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