From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 24 Dec 2004 08:36:15 +0000 (+0000)
Subject: * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.
X-Git-Tag: cvs-readonly~3629
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ecfa452ea1466c1a4158a87d7b7740d5e617ac8b;p=gnulib.git

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

diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5ec329b8c2..4151f154ea 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,15 @@
+2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
+        HAVE_DECL_STRTOLD.
+
 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
+	* argp-parse.c: Include <stddef.h>.
+	(alignof, alignto): New macros.
+	(parser_init): Don't assume that void * is aligned sufficiently
+	for struct option.
+
 	* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
 	need to extend the stack.
 	(YYINITDEPTH): New macro, so that the initial stack isn't overly