X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilename.c;h=4d90e6d5aae14000554babc1c20e4b68be1f6772;hb=5382abe75bbd1689aca8c922fbf084af9f6bd723;hp=ac4815edb24570a305e72d3800caa626199187fd;hpb=cb4033020c8a24d573814e6ac9192046bffdccac;p=pspp diff --git a/src/filename.c b/src/filename.c index ac4815edb2..4d90e6d5aa 100644 --- a/src/filename.c +++ b/src/filename.c @@ -17,37 +17,18 @@ 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 #include #include #include "alloc.h" #include "error.h" -#include "filename.h" #include "settings.h" #include "str.h" #include "version.h" -#undef DEBUGGING -/*#define DEBUGGING 1 */ #include "debug-print.h" /* PORTME: Everything in this file is system dependent. */