X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcases.c;h=6ca177c2c2c9492c6b50cd5ce9bfb062aaa4cdc8;hb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;hp=814a87260f08c8fb0e067d916c9004b01eb15ddf;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/cases.c b/src/cases.c index 814a87260f..6ca177c2c2 100644 --- a/src/cases.c +++ b/src/cases.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 #include @@ -43,8 +26,6 @@ char *alloca (); #include "var.h" #include "vfm.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" /* Initializes V. */