summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-14 23:53:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-14 23:53:34 (GMT)
commitd229cf3d43cbca7e17af8009a0d5f0588abf1b44 (patch)
treed909f4ed2094c1ce18e7346d4c8281ea1a2ea706 /generic/tclCompile.h
parente9dca7fbd88ce6c7cc5afc264a2c667f5f0d98b6 (diff)
downloadtcl-d229cf3d43cbca7e17af8009a0d5f0588abf1b44.zip
tcl-d229cf3d43cbca7e17af8009a0d5f0588abf1b44.tar.gz
tcl-d229cf3d43cbca7e17af8009a0d5f0588abf1b44.tar.bz2
typo
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 711aa42..2260021 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.84 2007/11/14 23:05:02 dkf Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.85 2007/11/14 23:53:34 dkf Exp $
*/
#ifndef _TCLCOMPILATION
@@ -642,7 +642,7 @@ typedef struct ByteCode {
/* For [info exists] compilation */
#define INST_EXIST_SCALAR 128
-#define INST_EXIST_ARRAY 139
+#define INST_EXIST_ARRAY 129
#define INST_EXIST_ARRAY_STK 130
#define INST_EXIST_STK 131