<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 86a3d46910c7dee958fad9755cf574a8a5f8c555..9f8f95f1c29d226af96bbbc0d993ac30c1880b37 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