diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-12 09:57:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-12 09:57:38 (GMT) |
commit | 959c0b7ee6f676289f4bcb26638947b88e7d576b (patch) | |
tree | 4cb08550c837cab30e5cea4d183ea9327066e895 /generic/tclInt.h | |
parent | 6665e28f718ef3c403652ca551b6cadd3a3318aa (diff) | |
download | tcl-959c0b7ee6f676289f4bcb26638947b88e7d576b.zip tcl-959c0b7ee6f676289f4bcb26638947b88e7d576b.tar.gz tcl-959c0b7ee6f676289f4bcb26638947b88e7d576b.tar.bz2 |
simple compilation of [string replace]
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 aac94ca..ad17415 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3621,6 +3621,9 @@ MODULE_SCOPE int TclCompileStringMatchCmd(Tcl_Interp *interp, MODULE_SCOPE int TclCompileStringRangeCmd(Tcl_Interp *interp, Tcl_Parse *parsePtr, Command *cmdPtr, struct CompileEnv *envPtr); +MODULE_SCOPE int TclCompileStringReplaceCmd(Tcl_Interp *interp, + Tcl_Parse *parsePtr, Command *cmdPtr, + struct CompileEnv *envPtr); MODULE_SCOPE int TclCompileStringToLowerCmd(Tcl_Interp *interp, Tcl_Parse *parsePtr, Command *cmdPtr, struct CompileEnv *envPtr); |