diff options
author | Dave Love <fx@gnu.org> | 2002-11-18 16:31:34 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-18 16:31:34 +0000 |
commit | 28bf64d56f1134ed154f5662cff51254b75b3966 (patch) | |
tree | a7edea91b0f0d1568f5dc93802f2a25866c55d99 /src/m/intel386.h | |
parent | 1cc715622612ef1a8f8a9ae7ad7c2608d402d30b (diff) | |
download | emacs-28bf64d56f1134ed154f5662cff51254b75b3966.tar.gz |
Don't include alloca.h or define alloca.
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r-- | src/m/intel386.h | 10 |
1 files changed, 0 insertions, 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 <alloca.h> -#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 |