summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-29 17:15:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-29 17:15:00 (GMT)
commita28599dc69a2cba4077e810abb8a1279ba5c1c53 (patch)
tree866e22da46582e953935e412a09482bddf2677d4 /generic/tclInt.h
parent323d5b827ecb3d31ba1bf559dbfbd64100bd9b73 (diff)
downloadtcl-a28599dc69a2cba4077e810abb8a1279ba5c1c53.zip
tcl-a28599dc69a2cba4077e810abb8a1279ba5c1c53.tar.gz
tcl-a28599dc69a2cba4077e810abb8a1279ba5c1c53.tar.bz2
Compiler for some of the simpler cases of [format].
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 7182c05..46c7a13 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3544,6 +3544,9 @@ MODULE_SCOPE int TclCompileForCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileForeachCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileFormatCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileGlobalCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);