diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-23 13:17:12 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-23 13:17:12 (GMT) |
| commit | 79d05673697da9aed5779d1613e072d02fe0b759 (patch) | |
| tree | 3326a12bac5c8ff056623f23c433b10d6d915585 /generic/tclTest.c | |
| parent | c6135146884f4b20a7dda117708475f8b999401a (diff) | |
| parent | ec714d550beaef96474f793d50913556599c2ca5 (diff) | |
| download | tcl-79d05673697da9aed5779d1613e072d02fe0b759.zip tcl-79d05673697da9aed5779d1613e072d02fe0b759.tar.gz tcl-79d05673697da9aed5779d1613e072d02fe0b759.tar.bz2 | |
make some more internal tables const
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index c08f281..57c17e3 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -3259,7 +3259,7 @@ TestlocaleCmd( "ctype", "numeric", "time", "collate", "monetary", "all", NULL }; - static int lcTypes[] = { + static CONST int lcTypes[] = { LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_ALL }; |
