diff src/m/intel386.h @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 538048ae2ab8
children 3bb7ccffb0c0
line wrap: on
line diff
--- a/src/m/intel386.h	Mon Aug 13 09:36:20 2007 +0200
+++ b/src/m/intel386.h	Mon Aug 13 09:37:19 2007 +0200
@@ -167,24 +167,6 @@
 #endif /* USG */
 #endif /* not XENIX */
 
-#ifdef BSD
-#define HAVE_ALLOCA
-#endif /* BSD */
-
-/* If compiling with GCC, let GCC implement alloca.  */
-#if defined(__GNUC__) && !defined(alloca)
-#define alloca(n) __builtin_alloca(n)
-#define HAVE_ALLOCA
-#endif
-
-/* Solaris defines alloca to __builtin_alloca & doesn't provide a prototype. */
-#ifdef __SUNPRO_C
-#  ifndef NOT_C_CODE
-#    include <alloca.h>
-     void *__builtin_alloca (unsigned int);
-#  endif /* __SUNPRO_C */
-#endif /* NOT_C_CODE */
-
 #ifdef USG5_4
 #define DATA_SEG_BITS 0x08000000
 #endif