diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-19 07:31:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-19 07:31:48 +0000 |
commit | fce748fe1f2feada3df40bc4c945867904aa6d61 (patch) | |
tree | a46bf17ab8b406403abe1f033fa604a789854b46 /lib | |
parent | 878b3343514d8aeb8457ddbe7455b1131bec51f6 (diff) | |
download | coreutils-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')
-rw-r--r-- | lib/getdate.y | 2 |
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 |