diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-12 21:07:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-12 21:07:23 (GMT) |
commit | 5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c (patch) | |
tree | 69e0eedb37891b57b07c0522872c54183f9d720f /generic/tclPort.h | |
parent | fcf4caf8ae7e9763a64b2290db20aeedd438b99e (diff) | |
download | tcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.zip tcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.tar.gz tcl-5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c.tar.bz2 |
ChangeLog reformat.
Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should.
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r-- | generic/tclPort.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h index e4c0d40..a3d7167 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -10,16 +10,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPort.h,v 1.10 2004/11/12 20:20:24 dgp Exp $ + * RCS: @(#) $Id: tclPort.h,v 1.11 2004/11/12 21:07:31 dgp Exp $ */ #ifndef _TCLPORT #define _TCLPORT #include "tcl.h" -#ifdef HAVE_CONFIG_H -#include "tclConfig.h" -#endif #if defined(__WIN32__) # include "tclWinPort.h" |