summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-26 07:50:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-26 07:50:08 (GMT)
commitfdfd431637d67d40a0af98bfe92a2771a2852e94 (patch)
tree2692402551901487a51802dbd30cabdbe6550299 /generic/tclCompCmds.c
parentbb5a05a1e626246d6baeabd22e419a4eee18ff66 (diff)
downloadtcl-fdfd431637d67d40a0af98bfe92a2771a2852e94.zip
tcl-fdfd431637d67d40a0af98bfe92a2771a2852e94.tar.gz
tcl-fdfd431637d67d40a0af98bfe92a2771a2852e94.tar.bz2
Change name of instruction to make way for future changes.
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 9508d00..a1ccd39 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -1825,7 +1825,7 @@ TclCompileDictAppendCmd(
tokenPtr = TokenAfter(tokenPtr);
}
if (parsePtr->numWords > 4) {
- TclEmitInstInt1(INST_CONCAT1, parsePtr->numWords-3, envPtr);
+ TclEmitInstInt1(INST_STR_CONCAT1, parsePtr->numWords-3, envPtr);
}
/*
@@ -3212,7 +3212,7 @@ TclCompileFormatCmd(
* Do the concatenation, which produces the result.
*/
- TclEmitInstInt1(INST_CONCAT1, i, envPtr);
+ TclEmitInstInt1(INST_STR_CONCAT1, i, envPtr);
} else {
/*
* EVIL HACK! Force there to be a string representation in the case