summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordas <das>2007-10-25 20:02:10 (GMT)
committerdas <das>2007-10-25 20:02:10 (GMT)
commit6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4 (patch)
tree23d86ee47c1ca0c3de6111b1f06c07975f913ee5 /generic/tclCompile.h
parent9153f51d0ae34fabb9e70890599d65ecc0d6ef88 (diff)
downloadtcl-6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4.zip
tcl-6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4.tar.gz
tcl-6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4.tar.bz2
whitespace
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 0afc13b..2db976a 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.80 2007/09/25 20:27:17 dkf Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.81 2007/10/25 20:02:10 das Exp $
*/
#ifndef _TCLCOMPILATION
@@ -624,9 +624,9 @@ typedef struct ByteCode {
* [namespace upvar].
*/
-#define INST_UPVAR 122
-#define INST_NSUPVAR 123
-#define INST_VARIABLE 124
+#define INST_UPVAR 122
+#define INST_NSUPVAR 123
+#define INST_VARIABLE 124
/* Instruction to support compiling syntax error to bytecode */