diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-12-18 09:02:38 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-12-18 09:02:38 (GMT) |
| commit | 901205117837f6f8d421eabfe1b8d6278af9c297 (patch) | |
| tree | 7cf5d886f5ef425a0674810b249e24add7edc174 /generic/tclParse.c | |
| parent | 6ba5327e8579861a348ee361e3aff04356086458 (diff) | |
| parent | f676347d4bf615c3cbf2bf40e3bd472a854f7944 (diff) | |
| download | tcl-901205117837f6f8d421eabfe1b8d6278af9c297.zip tcl-901205117837f6f8d421eabfe1b8d6278af9c297.tar.gz tcl-901205117837f6f8d421eabfe1b8d6278af9c297.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 2 |
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: */ |
