<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
authorJim Meyering <jim@meyering.net>
Fri, 19 Feb 1999 07:31:48 +0000 (07:31 +0000)
committerJim 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

index 86a3d46..9f8f95f 100644 (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