From: Richard M. Stallman Date: Sat, 30 Aug 1997 07:18:39 +0000 (+0000) Subject: (HAVE_ALLOCA): Do define this, if SOLARIS2. X-Git-Tag: emacs-20.1~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48de5f13b5cd819c90bafd73c0ee4d069fd32361;p=emacs.git (HAVE_ALLOCA): Do define this, if SOLARIS2. --- diff --git a/src/m/intel386.h b/src/m/intel386.h index 464cd257252..80b3167cdf5 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -197,7 +197,7 @@ NOTE-END */ /* 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