summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-10-30 12:39:40 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-10-30 12:39:40 (GMT)
commit490eafc54d420e306ca0cee33b9430bfd19feb31 (patch)
treef5261c1935962e1dec61e496beb8313a64f9047d /generic/tclInt.h
parent738e6f753147df1765252d61c7e523bbfc6d70f9 (diff)
downloadtcl-490eafc54d420e306ca0cee33b9430bfd19feb31.zip
tcl-490eafc54d420e306ca0cee33b9430bfd19feb31.tar.gz
tcl-490eafc54d420e306ca0cee33b9430bfd19feb31.tar.bz2
Added compilation of [regsub] (in the simplest, most restricted case).
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 3aaed4c..27da005 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3616,6 +3616,9 @@ MODULE_SCOPE int TclCompileObjectSelfCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileRegexpCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileRegsubCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileReturnCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);