diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-18 22:12:21 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-18 22:12:21 (GMT) |
| commit | c7e9b400c9780db362597b5bc8d7f7745c894095 (patch) | |
| tree | 36cfd00918f11fa4ee87a80a1ceadbea46bdd0f2 /generic/tclCompExpr.c | |
| parent | b2604e53c0fb6d50ee70eb1ca55711932ce43640 (diff) | |
| parent | e4d07f5a90c9bff9035032d5bca3ccf914786d91 (diff) | |
| download | tcl-c7e9b400c9780db362597b5bc8d7f7745c894095.zip tcl-c7e9b400c9780db362597b5bc8d7f7745c894095.tar.gz tcl-c7e9b400c9780db362597b5bc8d7f7745c894095.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 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 */, |
