From 6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 25 Oct 2007 20:02:10 +0000 Subject: whitespace --- generic/tclCompile.h | 8 ++++---- 1 file 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 */ -- cgit v0.12