diff options
| author | Dave Love | 2002-11-18 16:31:34 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-18 16:31:34 +0000 |
| commit | 28bf64d56f1134ed154f5662cff51254b75b3966 (patch) | |
| tree | a7edea91b0f0d1568f5dc93802f2a25866c55d99 /src | |
| parent | 1cc715622612ef1a8f8a9ae7ad7c2608d402d30b (diff) | |
| download | emacs-28bf64d56f1134ed154f5662cff51254b75b3966.tar.gz emacs-28bf64d56f1134ed154f5662cff51254b75b3966.zip | |
Don't include alloca.h or define alloca.
Diffstat (limited to 'src')
| -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 */ | |||
| 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 |