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)
commit6376a7f056624dfca2cce996a6ffc44cf931fe45 (patch)
tree3f87a56a73d52bfcc21f03f1894519de5ba04799 /generic/tclCmdMZ.c
parenteda259d471f64cbaaad3d7cf2dd4da598deaaf37 (diff)
parent89b7e244580eb2f40d062a73485bff16682d8027 (diff)
downloadtcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.zip
tcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.tar.gz
tcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.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},