summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclParse.h')
-rw-r--r--generic/tclParse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.h b/generic/tclParse.h
index be1ab15..20c609c 100644
--- a/generic/tclParse.h
+++ b/generic/tclParse.h
@@ -12,6 +12,6 @@
#define TYPE_CLOSE_BRACK 0x20
#define TYPE_BRACE 0x40
-#define CHAR_TYPE(c) (charTypeTable+128)[(int)(c)]
+#define CHAR_TYPE(c) (tclCharTypeTable+128)[(int)(c)]
-MODULE_SCOPE const char charTypeTable[];
+MODULE_SCOPE const char tclCharTypeTable[];