(YYINITDEPTH): New macro, so that the initial stack is small too.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:21:05 +0000 (05:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Dec 2004 05:21:05 +0000 (05:21 +0000)
lib/getdate.y

index 60ff665..f6c860d 100644 (file)
@@ -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