summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-12-18 09:02:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-12-18 09:02:38 (GMT)
commit901205117837f6f8d421eabfe1b8d6278af9c297 (patch)
tree7cf5d886f5ef425a0674810b249e24add7edc174 /generic/tclParse.c
parent6ba5327e8579861a348ee361e3aff04356086458 (diff)
parentf676347d4bf615c3cbf2bf40e3bd472a854f7944 (diff)
downloadtcl-901205117837f6f8d421eabfe1b8d6278af9c297.zip
tcl-901205117837f6f8d421eabfe1b8d6278af9c297.tar.gz
tcl-901205117837f6f8d421eabfe1b8d6278af9c297.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index 309e232..08615a7 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -42,7 +42,7 @@
* TYPE_BRACE - Character is a curly brace (either left or right).
*/
-const char charTypeTable[] = {
+const char tclCharTypeTable[] = {
/*
* Negative character values, from -128 to -1:
*/