changeset 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 b8dd75cdd3a8
children ccf9a1f47e5d
files lib/ChangeLog
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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>