* c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not HAVE_DECL_STRTOLD.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 08:36:15 +0000 (08:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 08:36:15 +0000 (08:36 +0000)
lib/ChangeLog

index 5ec329b8c2f9d4cb185b74d279f6a2e004b482b6..4151f154ea0ef382bde4f5f774a305bb3aadd532 100644 (file)
@@ -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