diff src/m/intel386.h @ 48433:5ae42f289101

Don't include alloca.h or define alloca.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 16:31:34 +0000
parents 4be8406ebef9
children 23a1cea22d13
line wrap: on
line diff
--- a/src/m/intel386.h	Mon Nov 18 16:27:08 2002 +0000
+++ b/src/m/intel386.h	Mon Nov 18 16:31:34 2002 +0000
@@ -117,11 +117,6 @@
 #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 @@
 #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