diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-19 18:39:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2014-01-19 18:39:24 (GMT) |
commit | ab8fd1e3f28322c8d57229cd2e171fea351097af (patch) | |
tree | abee7f49bda59eace40abb8b402bd718359b2299 /generic/tclCompile.h | |
parent | 8bb7405765b9aed27270dfd145037e3c5884a34a (diff) | |
download | tcl-ab8fd1e3f28322c8d57229cd2e171fea351097af.zip tcl-ab8fd1e3f28322c8d57229cd2e171fea351097af.tar.gz tcl-ab8fd1e3f28322c8d57229cd2e171fea351097af.tar.bz2 |
added compilation for [nextto]
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 6ecadf4..b047855 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -791,9 +791,10 @@ typedef struct ByteCode { #define INST_ORIGIN_COMMAND 178 #define INST_TCLOO_NEXT 179 +#define INST_TCLOO_NEXT_CLASS 180 /* The last opcode */ -#define LAST_INST_OPCODE 179 +#define LAST_INST_OPCODE 180 /* * Table describing the Tcl bytecode instructions: their name (for displaying |