projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961c687
)
<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
author
Jim Meyering
<jim@meyering.net>
Fri, 19 Feb 1999 07:31:48 +0000
(07:31 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 19 Feb 1999 07:31:48 +0000
(07:31 +0000)
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index 86a3d46910c7dee958fad9755cf574a8a5f8c555..9f8f95f1c29d226af96bbbc0d993ac30c1880b37 100644
(file)
--- a/
lib/getdate.y
+++ b/
lib/getdate.y
@@
-10,7
+10,7
@@
#ifdef HAVE_CONFIG_H
# include <config.h>
-# ifdef
FORC
E_ALLOCA_H
+# ifdef
HAV
E_ALLOCA_H
# include <alloca.h>
# endif
#endif