projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b70d4a
)
(YYINITDEPTH): New macro, so that the initial stack is small too.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:21:05 +0000
(
05:21
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:21:05 +0000
(
05:21
+0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index 60ff665a53701b28066dff7d14b2c3ea95affb7c..f6c860de4a0e3bde0662729e8bf7aefcff28c5cd 100644
(file)
--- a/
lib/getdate.y
+++ b/
lib/getdate.y
@@
-48,6
+48,7
@@
high, since that might cause problems on machines whose alloca
implementations have lame stack-overflow checking. */
#define YYMAXDEPTH 20
+#define YYINITDEPTH YYMAXDEPTH
/* Since the code of getdate.y is not included in the Emacs executable
itself, there is no need to #define static in this file. Even if