# HG changeset patch # User Paul Eggert # Date 1103865665 0 # Node ID b45cd12ab00fcf1206d8d961174254f53d5d9114 # Parent 3cc549ba866ee56e4893bda543528a1ad0f1a700 (YYINITDEPTH): New macro, so that the initial stack is small too. diff --git a/lib/getdate.y b/lib/getdate.y --- 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