summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-02-02 14:43:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-02-02 14:43:48 (GMT)
commit89b7e244580eb2f40d062a73485bff16682d8027 (patch)
treefc5cf587462875a6acc982a5766096613af20bcc /generic/tclInt.h
parent6e072443704a589149fea001df51f9870b78c323 (diff)
parent347264f196f57e2f4433f33dbaa6c8e2e4a2c83d (diff)
downloadtcl-dkf_bytecode_8_6.zip
tcl-dkf_bytecode_8_6.tar.gz
tcl-dkf_bytecode_8_6.tar.bz2
compilation of [string is]dkf_bytecode_8_6
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);