Added a (currently unpopulated) box for the paired samples correlations
[pspp-builds.git] / src / vfm.c
index 17bd9f266e58e18fa4f67bf745bface9ec0556ec..84efc3e0004ea4062735ba13dd24f123abed3e0e 100644 (file)
--- a/src/vfm.c
+++ b/src/vfm.c
    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 "vfm.h"
 #include "vfmP.h"
 #include <assert.h>