diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-02 20:25:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-02 20:25:57 (GMT) |
commit | bcb829c828596a8ab002aaad7770dee9a395491b (patch) | |
tree | 7d93443b8d54a80a197f646009236ccff15c3f43 /generic/tclCompile.h | |
parent | 8324cc91dbdb33bfd5799067e96c62769b8fb9c9 (diff) | |
parent | ce7c13b7962d2ebcd432dfb05fffe812c4d172d2 (diff) | |
download | tcl-bcb829c828596a8ab002aaad7770dee9a395491b.zip tcl-bcb829c828596a8ab002aaad7770dee9a395491b.tar.gz tcl-bcb829c828596a8ab002aaad7770dee9a395491b.tar.bz2 |
merge dkf-compile-misc-info
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index e623e87..cab517d 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -702,9 +702,11 @@ typedef struct ByteCode { /* For compilation relating to TclOO */ #define INST_TCLOO_SELF 153 #define INST_TCLOO_NEXT 154 +#define INST_TCLOO_CLASS 155 +#define INST_TCLOO_NS 156 /* The last opcode */ -#define LAST_INST_OPCODE 154 +#define LAST_INST_OPCODE 156 /* * Table describing the Tcl bytecode instructions: their name (for displaying |