* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
[pspp] / lib / ChangeLog
index 225afc58d2a3f7b194cebcb3fe971c38d352f026..5ec329b8c2f9d4cb185b74d279f6a2e004b482b6 100644 (file)
@@ -1,7 +1,9 @@
 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * getdate.y (YYINITDEPTH): New macro, so that the initial stack
-       is small too.
+       * 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
+       large.
 
 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>