summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-03 10:45:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-03 10:45:35 (GMT)
commitf942c771b8ade6fff3f283710c1c1273b20ed22b (patch)
tree50130e480fa011b6a08d1873587e28d09ec541af /generic/tclCompile.h
parentf4bcafe106636cbb3fa8faeca01423c5522a88f4 (diff)
downloadtcl-f942c771b8ade6fff3f283710c1c1273b20ed22b.zip
tcl-f942c771b8ade6fff3f283710c1c1273b20ed22b.tar.gz
tcl-f942c771b8ade6fff3f283710c1c1273b20ed22b.tar.bz2
Added support for having the dict var itself referenced by LVT index.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 0cd667c..8e7f0d0 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -677,10 +677,11 @@ typedef struct ByteCode {
#define INST_UNSET_STK 137
#define INST_DICT_EXPAND 138
-#define INST_DICT_RECOMBINE 139
+#define INST_DICT_RECOMBINE_STK 139
+#define INST_DICT_RECOMBINE_IMM 140
/* The last opcode */
-#define LAST_INST_OPCODE 139
+#define LAST_INST_OPCODE 140
/*
* Table describing the Tcl bytecode instructions: their name (for displaying