X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.c;h=7e9bb7742b7fba2f76dc4769d0c14e57594ad1f1;hb=027eba771a7ef9d25e97f0026d6469ea34c06523;hp=4afe70be1130a96af955f2627cbe7724e516244e;hpb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;p=pspp diff --git a/src/command.c b/src/command.c index 4afe70be11..7e9bb7742b 100644 --- a/src/command.c +++ b/src/command.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 "command.h" #include