diff options
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 5 |
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 |