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 7994e2c..d6d515d 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -795,8 +795,11 @@ typedef struct ByteCode { #define INST_YIELD_TO_INVOKE 181 +#define INST_NUM_TYPE 182 +#define INST_TRY_CVT_TO_BOOLEAN 183 + /* The last opcode */ -#define LAST_INST_OPCODE 181 +#define LAST_INST_OPCODE 183 /* * Table describing the Tcl bytecode instructions: their name (for displaying |