From 8dc115f0527fc2e8f8863a39a407a8fec572711f Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Fri, 2 Apr 2004 18:54:36 +0000 Subject: * generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. --- ChangeLog | 5 +++++ generic/tclCompile.h | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0104933..03fa539 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-02 Miguel Sofer + + * generic/tclCompile.h: removed redundant #ifdef _TCLINT + [Bug 928415], reported by tauvan. + 2004-04-02 Don Porter * 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 -- cgit v0.12