aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 94af5555c11..464cd257252 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -195,7 +195,12 @@ NOTE-END */
195#endif /* not USG5_4 */ 195#endif /* not USG5_4 */
196#endif /* LIB_STANDARD */ 196#endif /* LIB_STANDARD */
197 197
198/* Paul Abrahams <abrahams@acm.org> says that
199 Unixware does not have alloca when using cc. */
200#if ! (defined (USG5_4) && ! defined (__GNUC__))
198#define HAVE_ALLOCA 201#define HAVE_ALLOCA
202#endif
203
199#define NO_REMAP 204#define NO_REMAP
200#define TEXT_START 0 205#define TEXT_START 0
201#endif /* USG */ 206#endif /* USG */