summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index ba78c36..4e039a2 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -681,8 +681,14 @@ typedef struct ByteCode {
#define INST_DICT_RECOMBINE_STK 139
#define INST_DICT_RECOMBINE_IMM 140
+/* For compilation of basic information operations */
+#define INST_NS_CURRENT 141
+#define INST_COROUTINE_NAME 142
+#define INST_INFO_LEVEL_NUM 143
+#define INST_INFO_LEVEL_ARGS 144
+
/* The last opcode */
-#define LAST_INST_OPCODE 140
+#define LAST_INST_OPCODE 144
/*
* Table describing the Tcl bytecode instructions: their name (for displaying