From e8bcfd934a4a0f61b85174c8690241f7d0c91e47 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Feb 1997 05:08:19 +0000 Subject: Move alloca-related preprocessor code into system.h. --- src/join.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/join.c') diff --git a/src/join.c b/src/join.c index 09aaf2bed..ec7af19ee 100644 --- a/src/join.c +++ b/src/join.c @@ -19,20 +19,6 @@ #include -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else /* not __GNUC__ */ -#if HAVE_ALLOCA_H -#include -#else /* not HAVE_ALLOCA_H */ -#ifdef _AIX - #pragma alloca -#else /* not _AIX */ -char *alloca (); -#endif /* not _AIX */ -#endif /* not HAVE_ALLOCA_H */ -#endif /* not __GNUC__ */ - /* Get isblank from GNU libc. */ #define _GNU_SOURCE -- cgit v1.2.3-54-g00ecf