summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-20 07:57:26 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-20 07:57:26 +0000
commitc03b93f75a7338fb9cfd76d1a55dbc4abbccb239 (patch)
tree48b6afade66693fc03deabb65198ee2d96c42103 /lib
parent1606c6584cb788785b3f9e0e1a7c1d6e98c26629 (diff)
downloadcoreutils-c03b93f75a7338fb9cfd76d1a55dbc4abbccb239.tar.xz
* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 457d96adf..286ddb376 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.