summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 4e039a2..044bef9 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -686,9 +686,10 @@ typedef struct ByteCode {
#define INST_COROUTINE_NAME 142
#define INST_INFO_LEVEL_NUM 143
#define INST_INFO_LEVEL_ARGS 144
+#define INST_TCLOO_SELF 145
/* The last opcode */
-#define LAST_INST_OPCODE 144
+#define LAST_INST_OPCODE 145
/*
* Table describing the Tcl bytecode instructions: their name (for displaying