summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-17 19:51:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-17 19:51:36 +0000
commit6b4fb152ab9849b400398751d48995d326ad0ee0 (patch)
tree8fb9c449668bd452c5c98a1f5dfa42f8eafeaeb5 /libc/misc
parent258f0380264acd8972bafabf463823514b6e13e8 (diff)
Fix a silly bug with the header file
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/ctype/ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c
index dee4adbfd..5dc35cc72 100644
--- a/libc/misc/ctype/ctype.c
+++ b/libc/misc/ctype/ctype.c
@@ -11,7 +11,7 @@
* used ideas is part of the GNU C Library.
*/
-#define __USE_CTYPE_C_MACROS
+#define __USE_CTYPE_MACROS
#include <ctype.h>
#ifdef L_isascii