X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvars-prs.c;h=2377d538a52a81da67fc0dcf3a3ecc3f315e2d24;hb=e22db86f67a3b77124af022bbd734922c62c424c;hp=d5001b2dd71c37d5b97eaf51d3ebbc8ce6d2f301;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp diff --git a/src/vars-prs.c b/src/vars-prs.c index d5001b2dd7..2377d538a5 100644 --- a/src/vars-prs.c +++ b/src/vars-prs.c @@ -17,24 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* AIX requires this to be the first thing in the file. */ #include -#if __GNUC__ -#define alloca __builtin_alloca -#else -#if HAVE_ALLOCA_H -#include -#else -#ifdef _AIX -#pragma alloca -#else -#ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); -#endif -#endif -#endif -#endif - #include "var.h" #include #include