diff options
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 42f55cd..33e286e 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -714,6 +714,8 @@ typedef struct ByteCode { #define INST_ARRAY_MAKE_IMM 162 #define INST_TCLOO_NEXT 163 +#define INST_INVOKE_REPLACE 163 + /* The last opcode */ #define LAST_INST_OPCODE 163 |