summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-10-25 20:02:09 (GMT)
committerdas <das@noemail.net>2007-10-25 20:02:09 (GMT)
commit81e31cdf36e281c5b474b61f1ff421578d0f8f14 (patch)
tree23d86ee47c1ca0c3de6111b1f06c07975f913ee5 /generic/tclCompile.h
parentcfd19b667363a1660c71a9de5bf9ce38948c5b67 (diff)
downloadtcl-81e31cdf36e281c5b474b61f1ff421578d0f8f14.zip
tcl-81e31cdf36e281c5b474b61f1ff421578d0f8f14.tar.gz
tcl-81e31cdf36e281c5b474b61f1ff421578d0f8f14.tar.bz2
whitespace
FossilOrigin-Name: 1b6d48c258a656947c06b2946098223ff3ebd73e
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 */