Fixed a bug in frequencies.q which would crash on alpha values
[pspp-builds.git] / src / vars-prs.c
index d5001b2dd71c37d5b97eaf51d3ebbc8ce6d2f301..2377d538a52a81da67fc0dcf3a3ecc3f315e2d24 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA. */
 
-/* AIX requires this to be the first thing in the file.  */
 #include <config.h>
-#if __GNUC__
-#define alloca __builtin_alloca
-#else
-#if HAVE_ALLOCA_H
-#include <alloca.h>
-#else
-#ifdef _AIX
-#pragma alloca
-#else
-#ifndef alloca                 /* predefined by HP cc +Olibcalls */
-char *alloca ();
-#endif
-#endif
-#endif
-#endif
-
 #include "var.h"
 #include <assert.h>
 #include <ctype.h>