1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-09 20:11:17 +02:00

* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.

This commit is contained in:
Paul Eggert
2004-12-20 07:57:26 +00:00
parent 1606c6584c
commit c03b93f75a

View File

@@ -1,5 +1,8 @@
2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
* 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 <alloca.h> only if HAVE_ALLOCA.