summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
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/tclCompile.h
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/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index db77eb1..62c41ea 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -512,7 +512,7 @@ typedef struct ByteCode {
#define INST_PUSH4 2
#define INST_POP 3
#define INST_DUP 4
-#define INST_CONCAT1 5
+#define INST_STR_CONCAT1 5
#define INST_INVOKE_STK1 6
#define INST_INVOKE_STK4 7
#define INST_EVAL_STK 8