diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-18 22:05:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-18 22:05:13 (GMT) |
commit | 75d9b50fe87d98b7e6ef6058d0e39cd0c46e8c66 (patch) | |
tree | 814ee209e61f54111244c35e8c6d95ce48508163 /generic/tclCompExpr.c | |
parent | eaa13cf52586163655438eb6476745a85dbc34d5 (diff) | |
parent | bb146c387f42e478b1d8ffbc8617988fb572587c (diff) | |
download | tcl-75d9b50fe87d98b7e6ef6058d0e39cd0c46e8c66.zip tcl-75d9b50fe87d98b7e6ef6058d0e39cd0c46e8c66.tar.gz tcl-75d9b50fe87d98b7e6ef6058d0e39cd0c46e8c66.tar.bz2 |
make some more internal tables const
a few CONST -> const changes
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index 60f95b6..999fe0a 100644 --- a/generic/tclCompExpr.c +++ b/generic/tclCompExpr.c @@ -438,7 +438,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 */, |