summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-26 19:59:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-26 19:59:31 (GMT)
commitdbae0710833f1ecef64a517c3f20bd1ce3b7ed86 (patch)
treed37928715d24da5d6d679e5e0256ab693f4a40a0 /generic/tclTest.c
parenta96ba8ec6197c35dbd3839eebbcfe001543bdad9 (diff)
parentefeae981600cc17e5c9b076cf767c7e9a1efcfd8 (diff)
downloadtcl-dbae0710833f1ecef64a517c3f20bd1ce3b7ed86.zip
tcl-dbae0710833f1ecef64a517c3f20bd1ce3b7ed86.tar.gz
tcl-dbae0710833f1ecef64a517c3f20bd1ce3b7ed86.tar.bz2
get rid of _ANSI_ARGS_ and CONST
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c2
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
};