]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix alloca problems with getdate.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Dec 2004 13:42:55 +0000 (13:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Dec 2004 13:42:55 +0000 (13:42 +0000)
lib/ChangeLog

index 13f4e48f568c0d9b5d59a22e062eb9f03f6c64ad..457d96adf747b6dddc24107d506d8e3fc13367a4 100644 (file)
@@ -1,3 +1,11 @@
+2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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.
+       (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
+       (YYMAXDEPTH): New macro.
+
 2004-12-11  Jim Meyering  <jim@meyering.net>
 
        * chdir-long.c: Fail via #error if PATH_MAX is not defined, since