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