# HG changeset patch # User Richard M. Stallman # Date 872925519 0 # Node ID d2fa1806fd28741ad07fa0d49e3fd918bb17404f # Parent c73494a6bcd3dfb596466f80f5c1c26d89594b7a (HAVE_ALLOCA): Do define this, if SOLARIS2. diff -r c73494a6bcd3 -r d2fa1806fd28 src/m/intel386.h --- 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 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