aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-06 17:46:39 +0000
committerRichard M. Stallman1997-08-06 17:46:39 +0000
commit0d3c19dfa3ba121087804f087dcf80f7e589975a (patch)
tree29e7195444a045d03ec0446e0eb92e85064213e0
parent43776ca0c9936c55d5b1c4c2cba664b65d011298 (diff)
downloademacs-0d3c19dfa3ba121087804f087dcf80f7e589975a.tar.gz
emacs-0d3c19dfa3ba121087804f087dcf80f7e589975a.zip
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
-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 */