summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-02-02 16:01:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-02-02 16:01:21 (GMT)
commitc574af192dda62d1c02cd81d06a59d8df7fe40d5 (patch)
tree3f87a56a73d52bfcc21f03f1894519de5ba04799 /generic/tclCmdMZ.c
parent767efbf47855d7873ba1dfdf48f9655f805aa270 (diff)
parentfd4bc0f1066dc0146f73b108bae61e45b52a3743 (diff)
downloadtcl-c574af192dda62d1c02cd81d06a59d8df7fe40d5.zip
tcl-c574af192dda62d1c02cd81d06a59d8df7fe40d5.tar.gz
tcl-c574af192dda62d1c02cd81d06a59d8df7fe40d5.tar.bz2
add compilation of [string is]
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index c02cd1a..00c9f2f 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -3332,7 +3332,7 @@ TclInitStringCmd(
{"equal", StringEqualCmd, TclCompileStringEqualCmd, NULL, NULL, 0},
{"first", StringFirstCmd, TclCompileStringFirstCmd, NULL, NULL, 0},
{"index", StringIndexCmd, TclCompileStringIndexCmd, NULL, NULL, 0},
- {"is", StringIsCmd, NULL, NULL, NULL, 0},
+ {"is", StringIsCmd, TclCompileStringIsCmd, NULL, NULL, 0},
{"last", StringLastCmd, TclCompileStringLastCmd, NULL, NULL, 0},
{"length", StringLenCmd, TclCompileStringLenCmd, NULL, NULL, 0},
{"map", StringMapCmd, TclCompileStringMapCmd, NULL, NULL, 0},