bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] getdate don't need alloca


From: Simon Josefsson
Subject: [bug-gnulib] getdate don't need alloca
Date: Fri, 17 Dec 2004 19:00:32 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

As far as I can tell, getdate doesn't use alloca.  How about this
patch?

--- getdate.y   10 Dec 2004 21:10:04 +0100      1.91
+++ getdate.y   17 Dec 2004 18:58:19 +0100      
@@ -36,8 +36,6 @@
 
 #include "getdate.h"
 
-#include <alloca.h>
-
 /* 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
    the code were included in the Emacs executable, it probably
--- getdate     01 Nov 2004 22:19:08 +0100      1.9
+++ getdate     17 Dec 2004 18:58:26 +0100      
@@ -16,7 +16,6 @@
 mktime
 setenv
 xalloc
-alloca
 
 configure.ac:
 gl_GETDATE





reply via email to

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