From 8af9602bdce0f0cca4eddf33487c19679f894d6c Mon Sep 17 00:00:00 2001 From: nijtmans Date: Fri, 22 Jan 2010 13:05:17 +0000 Subject: Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging the inclusions at other places. Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. --- generic/tcl.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index bcf0251..201a3a1 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.297 2010/01/22 13:02:50 nijtmans Exp $ + * RCS: @(#) $Id: tcl.h,v 1.298 2010/01/22 13:05:17 nijtmans Exp $ */ #ifndef _TCL @@ -138,13 +138,7 @@ extern "C" { * prior Tcl releases. */ -#if 1 -# ifndef NULL -# define NULL ((void *) 0) -# endif -#else -# include -#endif +#include /* * Support for functions with a variable number of arguments. -- cgit v0.12