]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2004 07:57:26 +0000 (07:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Dec 2004 07:57:26 +0000 (07:57 +0000)
lib/ChangeLog

index 457d96adf747b6dddc24107d506d8e3fc13367a4..286ddb3769d0b211f4740c3e3d8492a74ae5865d 100644 (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.