summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-18 09:33:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-18 09:33:43 (GMT)
commit0ff016021c022c1f60500a200461fee9721b97e1 (patch)
tree8f4cf49c6b3b985d3661913ef4f88a70ad837d71 /generic/tclTest.c
parentd8577f3bd9606dbc31ebc5b66d5e6fb05381c5e2 (diff)
downloadtcl-0ff016021c022c1f60500a200461fee9721b97e1.zip
tcl-0ff016021c022c1f60500a200461fee9721b97e1.tar.gz
tcl-0ff016021c022c1f60500a200461fee9721b97e1.tar.bz2
Make less dependent on UNICODE definition
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 008a521..91ceaa6 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -3523,8 +3523,6 @@ TestlocaleCmd(
{
int index;
const char *locale;
- (void)dummy;
-
static const char *const optionStrings[] = {
"ctype", "numeric", "time", "collate", "monetary",
"all", NULL
@@ -3533,6 +3531,7 @@ TestlocaleCmd(
LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY,
LC_ALL
};
+ (void)dummy;
/*
* LC_CTYPE, etc. correspond to the indices for the strings.