summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
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/tclInt.h
parenteda259d471f64cbaaad3d7cf2dd4da598deaaf37 (diff)
parent89b7e244580eb2f40d062a73485bff16682d8027 (diff)
downloadtcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.zip
tcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.tar.gz
tcl-6376a7f056624dfca2cce996a6ffc44cf931fe45.tar.bz2
add compilation of [string is]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 6ddb015..a9f4c16 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3622,6 +3622,9 @@ MODULE_SCOPE int TclCompileStringFirstCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileStringIndexCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileStringIsCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileStringLastCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);