From ecfa452ea1466c1a4158a87d7b7740d5e617ac8b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 24 Dec 2004 08:36:15 +0000 Subject: [PATCH] * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD. --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not + HAVE_DECL_STRTOLD. + 2004-12-23 Paul Eggert + * argp-parse.c: Include . + (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 -- 2.30.2