diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-14 12:12:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-14 12:12:39 (GMT) |
commit | dd7d5fead9c146332cbb1014f3f97ce861ea4645 (patch) | |
tree | b24e818e23e7c4dec8c1e3bfea519d8c82c1bbc8 | |
parent | d006a47d5d007d1b89e8c2118557e0ef08ac21d9 (diff) | |
download | tcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.zip tcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.tar.gz tcl-dd7d5fead9c146332cbb1014f3f97ce861ea4645.tar.bz2 |
Oops
-rw-r--r-- | generic/tclCompile.h | 4 |
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. */ |