summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-24 07:21:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-24 07:21:14 (GMT)
commitbb5a05a1e626246d6baeabd22e419a4eee18ff66 (patch)
tree647e8e5d00c34d046140d572efc01fede29f2929 /generic/tclBasic.c
parent2c5855aae434efce2ba3a202651709aaa5bb1ce3 (diff)
downloadtcl-bb5a05a1e626246d6baeabd22e419a4eee18ff66.zip
tcl-bb5a05a1e626246d6baeabd22e419a4eee18ff66.tar.gz
tcl-bb5a05a1e626246d6baeabd22e419a4eee18ff66.tar.bz2
First step in compiling [concat]: the trivial cases.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 9f40932..8d77cc5 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -211,7 +211,7 @@ static const CmdInfo builtInCmds[] = {
{"case", Tcl_CaseObjCmd, NULL, NULL, CMD_IS_SAFE},
#endif
{"catch", Tcl_CatchObjCmd, TclCompileCatchCmd, TclNRCatchObjCmd, CMD_IS_SAFE},
- {"concat", Tcl_ConcatObjCmd, NULL, NULL, CMD_IS_SAFE},
+ {"concat", Tcl_ConcatObjCmd, TclCompileConcatCmd, NULL, CMD_IS_SAFE},
{"continue", Tcl_ContinueObjCmd, TclCompileContinueCmd, NULL, CMD_IS_SAFE},
{"coroutine", NULL, NULL, TclNRCoroutineObjCmd, CMD_IS_SAFE},
{"error", Tcl_ErrorObjCmd, TclCompileErrorCmd, NULL, CMD_IS_SAFE},