From 28bf64d56f1134ed154f5662cff51254b75b3966 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 18 Nov 2002 16:31:34 +0000 Subject: [PATCH] Don't include alloca.h or define alloca. --- src/m/intel386.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/m/intel386.h b/src/m/intel386.h index 26be9d6fd97..318a5e1c7dc 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -117,11 +117,6 @@ NOTE-END */ #if 0 /* wisner@gryphon.com says this screws up cpp */ #define C_SWITCH_MACHINE -Xa #endif -#ifndef NOT_C_CODE -#ifdef HAVE_ALLOCA_H -#include -#endif /* HAVE_ALLOCA_H */ -#endif /* not NOT_C_CODE */ #endif /* not __GNUC__ */ #endif /* SOLARIS2_4 */ @@ -195,11 +190,6 @@ NOTE-END */ #endif /* USG */ #endif /* not XENIX */ -/* If compiling with GCC, let GCC implement alloca. */ -#if defined(__GNUC__) && !defined(alloca) -#define alloca(n) __builtin_alloca(n) -#endif - #ifdef USG5_4 #define DATA_SEG_BITS 0x08000000 #endif -- 2.39.2