Mercurial > emacs
changeset 19625:d2fa1806fd28
(HAVE_ALLOCA): Do define this, if SOLARIS2.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 30 Aug 1997 07:18:39 +0000 |
parents | c73494a6bcd3 |
children | a9f87afd5ac6 |
files | src/m/intel386.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Sat Aug 30 07:15:19 1997 +0000 +++ b/src/m/intel386.h Sat Aug 30 07:18:39 1997 +0000 @@ -197,7 +197,7 @@ /* Paul Abrahams <abrahams@acm.org> says that Unixware does not have alloca when using cc. */ -#if ! (defined (USG5_4) && ! defined (__GNUC__)) +#if ! (defined (USG5_4) && ! defined (SOLARIS2) && ! defined (__GNUC__)) #define HAVE_ALLOCA #endif