summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-18 22:12:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-18 22:12:21 (GMT)
commit785345954a294575ff372b0e35a18dac4367dc84 (patch)
tree36cfd00918f11fa4ee87a80a1ceadbea46bdd0f2 /generic/tclCompExpr.c
parent61bc85933fbf275bf50f7507d57008d99f2a7907 (diff)
parent75d9b50fe87d98b7e6ef6058d0e39cd0c46e8c66 (diff)
downloadtcl-785345954a294575ff372b0e35a18dac4367dc84.zip
tcl-785345954a294575ff372b0e35a18dac4367dc84.tar.gz
tcl-785345954a294575ff372b0e35a18dac4367dc84.tar.bz2
make some more internal tables const
a few CONST -> const changes
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r--generic/tclCompExpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index b043fed..4212b6d 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.c
@@ -436,7 +436,7 @@ static const unsigned char instruction[] = {
* ParseLexeme().
*/
-static unsigned char Lexeme[] = {
+static const unsigned char Lexeme[] = {
INVALID /* NUL */, INVALID /* SOH */,
INVALID /* STX */, INVALID /* ETX */,
INVALID /* EOT */, INVALID /* ENQ */,