X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilename.c;h=4d90e6d5aae14000554babc1c20e4b68be1f6772;hb=027eba771a7ef9d25e97f0026d6469ea34c06523;hp=458b1c4102d93e048b1dbd9832cc4d07f7d63271;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp-builds.git diff --git a/src/filename.c b/src/filename.c index 458b1c41..4d90e6d5 100644 --- a/src/filename.c +++ b/src/filename.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 #include "filename.h" #include