summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index ddfb1094a..a4fab9bca 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -4,6 +4,10 @@
#ifndef __CTYPE_H
#define __CTYPE_H
+/* For now, just always use the functions instead of the macros...*/
+#define USE_CTYPE_C_FUNCTIONS
+
+
#ifdef USE_CTYPE_C_FUNCTIONS
/* function prototpes */
extern int isalnum(int c);