summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2013-12-30 08:37:49 (GMT)
committerdkf <dkf@noemail.net>2013-12-30 08:37:49 (GMT)
commit2a0228ca26d6caf19b1ce12a6f8e2429237e0aca (patch)
treea8680fa7474bcf0220ce6342a82e0a07e23ef8ff /generic/tclCompile.h
parent1b0b9d9cd8541a3e32f5c06f0acccec4b8222d0c (diff)
downloadtcl-2a0228ca26d6caf19b1ce12a6f8e2429237e0aca.zip
tcl-2a0228ca26d6caf19b1ce12a6f8e2429237e0aca.tar.gz
tcl-2a0228ca26d6caf19b1ce12a6f8e2429237e0aca.tar.bz2
implement [namespace origin] in bytecode
FossilOrigin-Name: 1572fe02bd24fb75aba6534cfa5270559fc64266
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 207b710..fb66e90 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -786,8 +786,10 @@ typedef struct ByteCode {
#define INST_STR_TITLE 176
#define INST_STR_REPLACE 177
+#define INST_ORIGIN_COMMAND 178
+
/* The last opcode */
-#define LAST_INST_OPCODE 177
+#define LAST_INST_OPCODE 178
/*
* Table describing the Tcl bytecode instructions: their name (for displaying