summaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
commite547d07a488ab17397217e2a57594c78bf747373 (patch)
tree27ff5a616a1a4c6172cceb824be19e609b5d80a1 /include/ctype.h
parentcb9fa11843a7ea4a353a1a9954c8e054b35332b2 (diff)
More cleanups. Fix things so tinylogin compiles.
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
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);