summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorkbk <kbk@noemail.net>2014-08-02 19:20:06 (GMT)
committerkbk <kbk@noemail.net>2014-08-02 19:20:06 (GMT)
commitdf94c49d841907b3d458fd6861ea7571d16cb4b3 (patch)
tree0de29565ab1dc6214ca6ef8e49eae3e7ee11608f /generic/tclCompile.h
parent5f6bd184c7d4d3df7792029713a01fc19d17e1c4 (diff)
parent6e5cbd48f1d0e9acceabb00880161970ba34df76 (diff)
downloadtcl-df94c49d841907b3d458fd6861ea7571d16cb4b3.zip
tcl-df94c49d841907b3d458fd6861ea7571d16cb4b3.tar.gz
tcl-df94c49d841907b3d458fd6861ea7571d16cb4b3.tar.bz2
merge trunk
FossilOrigin-Name: 63ed148e71fc4b7c865c904cb51b8e2a4cbbd3b6
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index b4215f2..01b78d9 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -816,8 +816,13 @@ typedef struct ByteCode {
#define INST_TRY_CVT_TO_BOOLEAN 183
#define INST_STR_CLASS 184
+#define INST_LAPPEND_LIST 185
+#define INST_LAPPEND_LIST_ARRAY 186
+#define INST_LAPPEND_LIST_ARRAY_STK 187
+#define INST_LAPPEND_LIST_STK 188
+
/* The last opcode */
-#define LAST_INST_OPCODE 184
+#define LAST_INST_OPCODE 188
/*
* Table describing the Tcl bytecode instructions: their name (for displaying