From 0cb23737d976c6bf1f64488091285745481e41cb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 24 Dec 2004 05:29:34 +0000 Subject: [PATCH] * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the stack. --- lib/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2