summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index a31a33b..cab517d 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -698,12 +698,15 @@ typedef struct ByteCode {
#define INST_INFO_LEVEL_NUM 150
#define INST_INFO_LEVEL_ARGS 151
#define INST_RESOLVE_COMMAND 152
+
+/* For compilation relating to TclOO */
#define INST_TCLOO_SELF 153
-#define INST_TCLOO_CLASS 154
-#define INST_TCLOO_NS 155
+#define INST_TCLOO_NEXT 154
+#define INST_TCLOO_CLASS 155
+#define INST_TCLOO_NS 156
/* The last opcode */
-#define LAST_INST_OPCODE 155
+#define LAST_INST_OPCODE 156
/*
* Table describing the Tcl bytecode instructions: their name (for displaying