summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-07-14 12:12:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-07-14 12:12:39 (GMT)
commitdd7d5fead9c146332cbb1014f3f97ce861ea4645 (patch)
treeb24e818e23e7c4dec8c1e3bfea519d8c82c1bbc8 /generic/tclCompile.h
parentd006a47d5d007d1b89e8c2118557e0ef08ac21d9 (diff)
downloadtcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.zip
tcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.tar.gz
tcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.tar.bz2
Oops
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 485186d..27b05b8 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -8,7 +8,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.57 2005/07/14 10:50:26 dkf Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.58 2005/07/14 12:12:39 dkf Exp $
*/
#ifndef _TCLCOMPILATION
@@ -565,7 +565,7 @@ typedef enum InstOperandType {
OPERAND_INT4, /* Four byte signed integer. */
OPERAND_UINT1, /* One byte unsigned integer. */
OPERAND_UINT4, /* Four byte unsigned integer. */
- OPERAND_IDX4 /* Four byte signed index (actually an
+ OPERAND_IDX4, /* Four byte signed index (actually an
* integer, but displayed differently.) */
OPERAND_LVT1, /* One byte unsigned index into the local
* variable table. */