diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-26 19:59:31 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-26 19:59:31 (GMT) |
| commit | bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881 (patch) | |
| tree | d37928715d24da5d6d679e5e0256ab693f4a40a0 /generic/tclTest.c | |
| parent | bc16da349eb4868c537f52a8f1b5eb1e759f475e (diff) | |
| parent | ea6ce057bd6d13f118a76961322e7a68578ec8f9 (diff) | |
| download | tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.zip tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.tar.gz tcl-bb5f818a7f6d2fc9a4b992fe5d6978f9c83a3881.tar.bz2 | |
get rid of _ANSI_ARGS_ and 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 004fadc..7631dee 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -3262,7 +3262,7 @@ TestlocaleCmd( "ctype", "numeric", "time", "collate", "monetary", "all", NULL }; - static CONST int lcTypes[] = { + static const int lcTypes[] = { LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_ALL }; |
