diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-30 12:39:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-30 12:39:40 (GMT) |
commit | a0eff2e10d8d67a7d2a9ed66aec116ebf483dfc8 (patch) | |
tree | f5261c1935962e1dec61e496beb8313a64f9047d /generic/tclInt.h | |
parent | 2b2fbb042125fc15bc6a507585c6d971887ebdbe (diff) | |
download | tcl-a0eff2e10d8d67a7d2a9ed66aec116ebf483dfc8.zip tcl-a0eff2e10d8d67a7d2a9ed66aec116ebf483dfc8.tar.gz tcl-a0eff2e10d8d67a7d2a9ed66aec116ebf483dfc8.tar.bz2 |
Added compilation of [regsub] (in the simplest, most restricted case).
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
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); |