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: Sat, 18 Dec 2004 17:21:15 +0100

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

Modified Files:
        Makefile.am getdate.y 
Log Message:
Update.

--- /home/cvs/shishi/gl/Makefile.am     2004/12/02 03:37:33     1.54
+++ /home/cvs/shishi/gl/Makefile.am     2004/12/18 16:21:13     1.55
@@ -9,7 +9,7 @@
 #
 # Generated by gnulib-tool.
 # Invoked as: gnulib-tool --import
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool  alloca alloca-opt allocsa base64 error extensions 
getaddrinfo getdate getdomainname gethostname getline getopt getpass getsubopt 
gettext gettime gettimeofday mktime progname readlink realloc restrict setenv 
stdbool strcase strchrnul strdup strndup strnlen strtok_r timegm time_r 
timespec vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink 
xsize xstrndup xvasprintf
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool  alloca-opt allocsa base64 error extensions 
getaddrinfo getdate getdomainname gethostname getline getopt getpass getsubopt 
gettext gettime gettimeofday mktime progname readlink realloc restrict setenv 
stdbool strcase strchrnul strdup strndup strnlen strtok_r timegm time_r 
timespec vasnprintf vasprintf xalloc xgetdomainname xgethostname xreadlink 
xsize xstrndup xvasprintf
 
 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 
@@ -25,22 +25,6 @@
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 
-## begin gnulib module alloca
-
-BUILT_SOURCES += $(ALLOCA_H)
-EXTRA_DIST += alloca_.h
-
-# We need the following in order to create an <alloca.h> when the system
-# doesn't have one that works with the given compiler.
-all-local $(libgnu_la_OBJECTS): $(ALLOCA_H)
-alloca.h: alloca_.h
-       cp $(srcdir)/alloca_.h address@hidden
-       mv address@hidden $@
-MOSTLYCLEANFILES += alloca.h alloca.h-t
-
-libgnu_la_LIBADD += @LTALLOCA@
-## end   gnulib module alloca
-
 ## begin gnulib module alloca-opt
 
 BUILT_SOURCES += $(ALLOCA_H)
--- /home/cvs/shishi/gl/getdate.y       2004/12/17 13:44:05     1.10
+++ /home/cvs/shishi/gl/getdate.y       2004/12/18 16:21:13     1.11
@@ -37,6 +37,15 @@
 #include "getdate.h"
 
 #include <alloca.h>
+/* Tell the bison-generated code when alloca() should be used and, if so,
+   what is the maximum safe argument to alloca().  */
+#if HAVE_ALLOCA
+# define YYSTACK_USE_ALLOCA 1
+# define YYMAXDEPTH                                                    \
+  ((4032 - sizeof (YYSTYPE)) / (sizeof (short) + sizeof (YYSTYPE)))
+#else
+# define YYSTACK_USE_ALLOCA 0
+#endif
 
 /* 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]