diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | generic/tclCompile.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2004-04-02 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompile.h: removed redundant #ifdef _TCLINT + [Bug 928415], reported by tauvan. + 2004-04-02 Don Porter <dgp@users.sourceforge.net> * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 1d6b498..d9a3950 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -8,15 +8,13 @@ * 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.43 2004/03/30 16:22:21 msofer Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.44 2004/04/02 18:54:39 msofer Exp $ */ #ifndef _TCLCOMPILATION #define _TCLCOMPILATION 1 -#ifndef _TCLINT #include "tclInt.h" -#endif /* _TCLINT */ #ifdef BUILD_tcl # undef TCL_STORAGE_CLASS |