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 08d59fd..a31a33b 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -699,9 +699,11 @@ typedef struct ByteCode {
#define INST_INFO_LEVEL_ARGS 151
#define INST_RESOLVE_COMMAND 152
#define INST_TCLOO_SELF 153
+#define INST_TCLOO_CLASS 154
+#define INST_TCLOO_NS 155
/* The last opcode */
-#define LAST_INST_OPCODE 153
+#define LAST_INST_OPCODE 155
/*
* Table describing the Tcl bytecode instructions: their name (for displaying