projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970562b
)
* getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:29:34 +0000
(
05:29
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:29:34 +0000
(
05:29
+0000)
need to extend the stack.
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 225afc58d2a3f7b194cebcb3fe971c38d352f026..5ec329b8c2f9d4cb185b74d279f6a2e004b482b6 100644
(file)
--- 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>