diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-04-02 18:54:36 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-04-02 18:54:36 (GMT) |
commit | 8dc115f0527fc2e8f8863a39a407a8fec572711f (patch) | |
tree | 772e0627cf77d95f37e4707af713231d6253d8bf /generic | |
parent | fc4ff182f4ebaba3598eacfb7b81a2837f710580 (diff) | |
download | tcl-8dc115f0527fc2e8f8863a39a407a8fec572711f.zip tcl-8dc115f0527fc2e8f8863a39a407a8fec572711f.tar.gz tcl-8dc115f0527fc2e8f8863a39a407a8fec572711f.tar.bz2 |
* generic/tclCompile.h: removed redundant #ifdef _TCLINT
[Bug 928415], reported by tauvan.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCompile.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |