From 5f215c8bc636cbd4c0a97b545f3efa71ed8cb94c Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 12 Nov 2004 21:07:23 +0000 Subject: ChangeLog reformat. Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should. --- ChangeLog | 20 ++++++-------------- generic/tclPort.h | 5 +---- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57c509d..09f6dd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-12 Don Porter + + * generic/tclInt.h: Moved verification of ptrdiff_t typedef from + * generic/tclExecute.c: multiple .c files into one common header where + * generic/tclVar.c: it is verifiably after tclConfig.h inclusion. + 2004-11-12 Daniel Steffen * generic/tcl.h: @@ -9,20 +15,6 @@ * unix/dltest/Makefile.in: add ${BUILD_DIR}/.. to include path to pick up tclConfig.h. -2004-11-12 Don Porter - - * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that - we #include the correct tclConfig.h file for the correct build. - - * generic/tclPort.h: Make sure tclConfig.h is #include'd so that - its configuration values can guide portability support. - - * generic/tclInt.h: Moved verification of ptrdiff_t typedef from - * generic/tclExecute.c: multiple .c files into one common header where - * generic/tclVar.c: it is verifiably after tclConfig.h inclusion. - -2004-11-12 Daniel Steffen - * unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define after #include "tclInt.h" to ensure tclConfig.h has been included. 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" -- cgit v0.12