diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-19 14:17:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-19 14:17:18 (GMT) |
commit | 72693da145d4b3a7f165eb5cdff0bd0defb87993 (patch) | |
tree | 9acfedf6c37e529d4f62831e62de906fb972fb6f /generic/tclCompile.h | |
parent | 8f82c0e9f68bc243d27e129a7163a122e5cf254b (diff) | |
download | tcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.zip tcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.tar.gz tcl-72693da145d4b3a7f165eb5cdff0bd0defb87993.tar.bz2 |
yet another small introspector: [self]
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 4e039a2..044bef9 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -686,9 +686,10 @@ typedef struct ByteCode { #define INST_COROUTINE_NAME 142 #define INST_INFO_LEVEL_NUM 143 #define INST_INFO_LEVEL_ARGS 144 +#define INST_TCLOO_SELF 145 /* The last opcode */ -#define LAST_INST_OPCODE 144 +#define LAST_INST_OPCODE 145 /* * Table describing the Tcl bytecode instructions: their name (for displaying |