summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-26 08:25:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-26 08:25:02 (GMT)
commit9cc416d585cd447bebe8c27298198f3101b7d6f2 (patch)
tree2c6d109993ecaaac663957806936a709f271c448 /generic/tclCompile.h
parentf663a0f78dfd7409ced97e98402bb3c0419c5d4a (diff)
downloadtcl-9cc416d585cd447bebe8c27298198f3101b7d6f2.zip
tcl-9cc416d585cd447bebe8c27298198f3101b7d6f2.tar.gz
tcl-9cc416d585cd447bebe8c27298198f3101b7d6f2.tar.bz2
General [concat] compilation.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 62c41ea..4ae754c 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -773,8 +773,10 @@ typedef struct ByteCode {
#define INST_STRTRIM_LEFT 167
#define INST_STRTRIM_RIGHT 168
+#define INST_CONCAT_STK 169
+
/* The last opcode */
-#define LAST_INST_OPCODE 168
+#define LAST_INST_OPCODE 169
/*
* Table describing the Tcl bytecode instructions: their name (for displaying