From: Paul Eggert Date: Mon, 20 Dec 2004 07:57:26 +0000 (+0000) Subject: * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD. X-Git-Tag: v5.3.0~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c03b93f75a7338fb9cfd76d1a55dbc4abbccb239;p=thirdparty%2Fcoreutils.git * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 457d96adf7..286ddb3769 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2004-12-19 Paul Eggert + * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not + HAVE_DECL_STRTOLD. + * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H. Remove now-obsolete comment about AIX. * getdate.y: Include only if HAVE_ALLOCA.