summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-12 08:09:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-12 08:09:45 (GMT)
commit66b561ac5eb7ff1750f8003c6a14a2c7ae52963b (patch)
tree5499b48e0f58deeac6df79c28987dd56b8ba6b42 /generic/tclCompile.h
parent54680ce5e2b52b6cb0a10e77a6627ea92369bcd1 (diff)
parent05c6524f4576db17abf945a46f2a34d85d34a683 (diff)
downloadtcl-66b561ac5eb7ff1750f8003c6a14a2c7ae52963b.zip
tcl-66b561ac5eb7ff1750f8003c6a14a2c7ae52963b.tar.gz
tcl-66b561ac5eb7ff1750f8003c6a14a2c7ae52963b.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index f149cf6..b2a4b52 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -772,20 +772,21 @@ typedef struct ByteCode {
#define INST_FOREACH_START 166
#define INST_FOREACH_STEP 167
#define INST_FOREACH_END 168
+#define INST_LMAP_COLLECT 169
/* For compilation of [string trim] and related */
-#define INST_STR_TRIM 169
-#define INST_STR_TRIM_LEFT 170
-#define INST_STR_TRIM_RIGHT 171
+#define INST_STR_TRIM 170
+#define INST_STR_TRIM_LEFT 171
+#define INST_STR_TRIM_RIGHT 172
-#define INST_CONCAT_STK 172
+#define INST_CONCAT_STK 173
-#define INST_STR_UPPER 173
-#define INST_STR_LOWER 174
-#define INST_STR_TITLE 175
+#define INST_STR_UPPER 174
+#define INST_STR_LOWER 175
+#define INST_STR_TITLE 176
/* The last opcode */
-#define LAST_INST_OPCODE 175
+#define LAST_INST_OPCODE 176
/*
* Table describing the Tcl bytecode instructions: their name (for displaying