summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-10 15:58:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-10 15:58:41 (GMT)
commitc3c6e803684022dcc788ddbfc4a59a6d0dfde102 (patch)
treee059ae617b58faac8fe25b5c8b71697b13b788df /generic/tclCompile.h
parentacf1cebeab93607fc83206e77534b5fada8726ef (diff)
downloadtcl-c3c6e803684022dcc788ddbfc4a59a6d0dfde102.zip
tcl-c3c6e803684022dcc788ddbfc4a59a6d0dfde102.tar.gz
tcl-c3c6e803684022dcc788ddbfc4a59a6d0dfde102.tar.bz2
a different approach
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 6ecadf4..6bf5daf 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -792,8 +792,10 @@ typedef struct ByteCode {
#define INST_TCLOO_NEXT 179
+#define INST_NUM_TYPE 180
+
/* The last opcode */
-#define LAST_INST_OPCODE 179
+#define LAST_INST_OPCODE 180
/*
* Table describing the Tcl bytecode instructions: their name (for displaying