From: Jim Meyering Date: Fri, 19 Feb 1999 07:31:48 +0000 (+0000) Subject: : Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e36b57b79513ae438ef11463de136494a1cbfb;p=pspp : Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H. The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days. --- diff --git a/lib/getdate.y b/lib/getdate.y index 86a3d46910..9f8f95f1c2 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -10,7 +10,7 @@ #ifdef HAVE_CONFIG_H # include -# ifdef FORCE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # endif #endif