X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ferror.c;h=9896fb279cba29d08c2fe1d4d672894ba5eb9eb1;hb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;hp=181bd3c9587241e97fa69ce6cc513e1db7d5aac9;hpb=73d0e3cb5a4e99b5d46ea0ca2af5e8cdbaf445bc;p=pspp diff --git a/src/error.c b/src/error.c index 181bd3c958..9896fb279c 100644 --- a/src/error.c +++ b/src/error.c @@ -17,32 +17,15 @@ 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 "error.h" #include #include #include #include #include "alloc.h" #include "command.h" -#include "error.h" #include "getline.h" #include "main.h" #include "output.h"