X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsfm-read.c;h=bbf5762c11a57e29876f5516f40c90a58a685f12;hb=5382abe75bbd1689aca8c922fbf084af9f6bd723;hp=b8ba86d47672001204aec95375d19e42a1249432;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp diff --git a/src/sfm-read.c b/src/sfm-read.c index b8ba86d476..bbf5762c11 100644 --- a/src/sfm-read.c +++ b/src/sfm-read.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 "sfm.h" #include "sfmP.h" #include