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/od.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index b808aeb94..461a5bffc 100644 --- a/src/od.c +++ b/src/od.c @@ -17,28 +17,8 @@ /* Written by Jim Meyering. */ -/* AIX requires this to be the first thing in the file. */ #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 */ -#ifdef _WIN32 -#include -#include -#else -char *alloca (); -#endif /* not _WIN32 */ -#endif /* not _AIX */ -#endif /* not HAVE_ALLOCA_H */ -#endif /* not __GNUC__ */ - #include #include #include -- cgit v1.2.3-70-g09d2