X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvfm.c;h=84efc3e0004ea4062735ba13dd24f123abed3e0e;hb=d69833d7d425cd98c3793a89945153306dfa7ab3;hp=17bd9f266e58e18fa4f67bf745bface9ec0556ec;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp-builds.git diff --git a/src/vfm.c b/src/vfm.c index 17bd9f26..84efc3e0 100644 --- a/src/vfm.c +++ b/src/vfm.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 "vfm.h" #include "vfmP.h" #include