1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-09 14:34:16 +02:00

<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.
This commit is contained in:
Jim Meyering
1999-02-19 07:31:48 +00:00
parent 878b334351
commit fce748fe1f

View File

@@ -10,7 +10,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
# ifdef FORCE_ALLOCA_H
# ifdef HAVE_ALLOCA_H
# include <alloca.h>
# endif
#endif