From: Philippe De Muyter Date: Tue, 1 Jun 1999 23:52:42 +0000 (+0200) Subject: acconfig.h (libintl.h): Does not include this file here because it will define `NULL... X-Git-Tag: releases/libgcj-2.95.0~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9929812a5a4a5594b7b41e19868e3300758504;p=thirdparty%2Fgcc.git acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system... Mon May 31 02:22:55 1999 Philippe De Muyter * acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system files have got any chance to define it. * intl/explodename.c (stdlib.h): Include this file only if we have it. From-SVN: r27300 --- diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog index 810727a7ad1d..232449fdb147 100644 --- a/texinfo/ChangeLog +++ b/texinfo/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 2 00:47:03 1999 Philippe De Muyter + + * acconfig.h (libintl.h): Does not include this file here because + it will define `NULL' before the system files have got any chance + to define it. + * intl/explodename.c (stdlib.h): Include this file only if we have it. + Sun May 30 16:10:06 1999 Richard Henderson * config.guess, config.sub: Use toplevel file. diff --git a/texinfo/acconfig.h b/texinfo/acconfig.h index 6c34c33acc2b..d5477faedb72 100644 --- a/texinfo/acconfig.h +++ b/texinfo/acconfig.h @@ -40,7 +40,6 @@ @BOTTOM@ /* For gettext (NLS) */ -#include #define _(String) gettext (String) #define N_(String) (String) diff --git a/texinfo/intl/explodename.c b/texinfo/intl/explodename.c index 37c46e9d7b85..5c4e09ea2213 100644 --- a/texinfo/intl/explodename.c +++ b/texinfo/intl/explodename.c @@ -19,7 +19,9 @@ # include #endif -#include +#if defined STDC_HEADERS || defined _LIBC +# include +#endif #include #include