summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2014-01-21 15:07:59 (GMT)
committerdkf <dkf@noemail.net>2014-01-21 15:07:59 (GMT)
commitf1116fd129603f124fb27fc0f2d136be0fc2fa47 (patch)
treeedde2684acb69fbdefc4ae76635e5cb9ab149de5 /generic/tclCompile.h
parent24c6406d5fb894fd3d92bf53fc8ee51b839dca1e (diff)
downloadtcl-f1116fd129603f124fb27fc0f2d136be0fc2fa47.zip
tcl-f1116fd129603f124fb27fc0f2d136be0fc2fa47.tar.gz
tcl-f1116fd129603f124fb27fc0f2d136be0fc2fa47.tar.bz2
implementation of [yieldto] in bytecode
FossilOrigin-Name: ef8db24f850e7d8c4585775b0ee1fc9ab2d86ae1
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 b047855..7994e2c 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -793,8 +793,10 @@ typedef struct ByteCode {
#define INST_TCLOO_NEXT 179
#define INST_TCLOO_NEXT_CLASS 180
+#define INST_YIELD_TO_INVOKE 181
+
/* The last opcode */
-#define LAST_INST_OPCODE 180
+#define LAST_INST_OPCODE 181
/*
* Table describing the Tcl bytecode instructions: their name (for displaying