shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/gl


From: shishi-commit
Subject: CVS shishi/gl
Date: Fri, 24 Dec 2004 12:43:01 +0100

Update of /home/cvs/shishi/gl
In directory dopio:/tmp/cvs-serv29991/gl

Modified Files:
        getdate.y 
Log Message:
Update.

--- /home/cvs/shishi/gl/getdate.y       2004/12/19 15:37:31     1.12
+++ /home/cvs/shishi/gl/getdate.y       2004/12/24 11:43:01     1.13
@@ -36,18 +36,16 @@
 
 #include "getdate.h"
 
-/* Use alloca only if it is known to be builtin.  */
-#if HAVE_ALLOCA
-# include <alloca.h>
-#else
-# define YYSTACK_USE_ALLOCA 0
-#endif
+/* There's no need to extend the stack, so there's no need to involve
+   alloca.  */
+#define YYSTACK_USE_ALLOCA 0
 
-/* Tell Bison ow much stack space is needed.  20 should be plenty for
+/* Tell Bison how much stack space is needed.  20 should be plenty for
    this grammar, which is not right recursive.  Beware setting it too
-   high, since that might cause problems on machines whose alloca
+   high, since that might cause problems on machines whose
    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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]