Mercurial > hg > octave-kai > gnulib-hg
diff lib/ChangeLog @ 5549:2ae78bdbe267
* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
need to extend the stack.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 24 Dec 2004 05:29:34 +0000 |
parents | 8f380d892c23 |
children | 94babf286465 |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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>