summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-22 09:11:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-22 09:11:07 (GMT)
commit3a8a86bb0ac1f0fdacfe168f40f02bd6f2137b35 (patch)
tree03b33f1323fd08527a41a77d8b05f1cb85346131 /generic/tclCompile.h
parent440580a4ca2cafdfea33b72268105d19cba4098c (diff)
parent78a75740ae5c82cc161e49e5e28a306fa9f2a580 (diff)
downloadtcl-3a8a86bb0ac1f0fdacfe168f40f02bd6f2137b35.zip
tcl-3a8a86bb0ac1f0fdacfe168f40f02bd6f2137b35.tar.gz
tcl-3a8a86bb0ac1f0fdacfe168f40f02bd6f2137b35.tar.bz2
add compilation for [nextto] and [yieldto]; fix [a90d9331bc]
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 6ecadf4..7994e2c 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -791,9 +791,12 @@ typedef struct ByteCode {
#define INST_ORIGIN_COMMAND 178
#define INST_TCLOO_NEXT 179
+#define INST_TCLOO_NEXT_CLASS 180
+
+#define INST_YIELD_TO_INVOKE 181
/* The last opcode */
-#define LAST_INST_OPCODE 179
+#define LAST_INST_OPCODE 181
/*
* Table describing the Tcl bytecode instructions: their name (for displaying