aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h10
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 */
117#if 0 /* wisner@gryphon.com says this screws up cpp */ 117#if 0 /* wisner@gryphon.com says this screws up cpp */
118#define C_SWITCH_MACHINE -Xa 118#define C_SWITCH_MACHINE -Xa
119#endif 119#endif
120#ifndef NOT_C_CODE
121#ifdef HAVE_ALLOCA_H
122#include <alloca.h>
123#endif /* HAVE_ALLOCA_H */
124#endif /* not NOT_C_CODE */
125#endif /* not __GNUC__ */ 120#endif /* not __GNUC__ */
126#endif /* SOLARIS2_4 */ 121#endif /* SOLARIS2_4 */
127 122
@@ -195,11 +190,6 @@ NOTE-END */
195#endif /* USG */ 190#endif /* USG */
196#endif /* not XENIX */ 191#endif /* not XENIX */
197 192
198/* If compiling with GCC, let GCC implement alloca. */
199#if defined(__GNUC__) && !defined(alloca)
200#define alloca(n) __builtin_alloca(n)
201#endif
202
203#ifdef USG5_4 193#ifdef USG5_4
204#define DATA_SEG_BITS 0x08000000 194#define DATA_SEG_BITS 0x08000000
205#endif 195#endif