summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-03 12:48:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-03 12:48:08 (GMT)
commitecb5e9981dc6a833c08ccd3c8a2aba31db07061d (patch)
tree8fc7ea69a4c9b8e0663f45ef45bc77db6f9a29ec /generic/tclCompile.h
parentce7c13b7962d2ebcd432dfb05fffe812c4d172d2 (diff)
downloadtcl-ecb5e9981dc6a833c08ccd3c8a2aba31db07061d.zip
tcl-ecb5e9981dc6a833c08ccd3c8a2aba31db07061d.tar.gz
tcl-ecb5e9981dc6a833c08ccd3c8a2aba31db07061d.tar.bz2
Added compilation of [info object isa object] (i.e., object verification).
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index a31a33b..3db3a78 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -701,9 +701,10 @@ typedef struct ByteCode {
#define INST_TCLOO_SELF 153
#define INST_TCLOO_CLASS 154
#define INST_TCLOO_NS 155
+#define INST_TCLOO_IS_OBJECT 156
/* The last opcode */
-#define LAST_INST_OPCODE 155
+#define LAST_INST_OPCODE 156
/*
* Table describing the Tcl bytecode instructions: their name (for displaying