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