From: Paul Eggert Date: Fri, 24 Dec 2004 05:29:34 +0000 (+0000) Subject: * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb23737d976c6bf1f64488091285745481e41cb;p=pspp * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the stack. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 225afc58d2..5ec329b8c2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,7 +1,9 @@ 2004-12-23 Paul Eggert - * 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