summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-19 07:31:48 +0000
committerJim Meyering <jim@meyering.net>1999-02-19 07:31:48 +0000
commitfce748fe1f2feada3df40bc4c945867904aa6d61 (patch)
treea46bf17ab8b406403abe1f033fa604a789854b46 /lib/getdate.y
parent878b3343514d8aeb8457ddbe7455b1131bec51f6 (diff)
downloadcoreutils-fce748fe1f2feada3df40bc4c945867904aa6d61.tar.xz
<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index 86a3d4691..9f8f95f1c 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -10,7 +10,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
-# ifdef FORCE_ALLOCA_H
+# ifdef HAVE_ALLOCA_H
# include <alloca.h>
# endif
#endif