Mercurial > emacs
changeset 19191:8fc1325c8bf7
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Aug 1997 17:46:39 +0000 |
parents | 7903b3fb5ec5 |
children | 2cf5e8809c8e |
files | src/m/intel386.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Wed Aug 06 17:45:55 1997 +0000 +++ b/src/m/intel386.h Wed Aug 06 17:46:39 1997 +0000 @@ -195,7 +195,12 @@ #endif /* not USG5_4 */ #endif /* LIB_STANDARD */ +/* Paul Abrahams <abrahams@acm.org> says that + Unixware does not have alloca when using cc. */ +#if ! (defined (USG5_4) && ! defined (__GNUC__)) #define HAVE_ALLOCA +#endif + #define NO_REMAP #define TEXT_START 0 #endif /* USG */