summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2013-01-03 14:07:24 (GMT)
committerdkf <dkf@noemail.net>2013-01-03 14:07:24 (GMT)
commit2875287f78d85c296920b45805afbc19f92bd9b7 (patch)
tree54dad526f36acf29f43fabc0987a1a640026950d /generic/tclCompile.h
parentfe8d3ac70166694611fe2ace15c8ce82e5b0a3bf (diff)
parent8c0c8d0770b4990cd505e9b092215d3f8cb28e29 (diff)
downloadtcl-2875287f78d85c296920b45805afbc19f92bd9b7.zip
tcl-2875287f78d85c296920b45805afbc19f92bd9b7.tar.gz
tcl-2875287f78d85c296920b45805afbc19f92bd9b7.tar.bz2
merge main dev branch
FossilOrigin-Name: b7fcd3c212fccfd56a73e38d5b49f4c02ed9de78
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 42f55cd..33e286e 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -714,6 +714,8 @@ typedef struct ByteCode {
#define INST_ARRAY_MAKE_IMM 162
#define INST_TCLOO_NEXT 163
+#define INST_INVOKE_REPLACE 163
+
/* The last opcode */
#define LAST_INST_OPCODE 163