changeset 5546:b45cd12ab00f

(YYINITDEPTH): New macro, so that the initial stack is small too.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 24 Dec 2004 05:21:05 +0000
parents 3cc549ba866e
children 8f380d892c23
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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