]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_ALLOCA): Do define this, if SOLARIS2.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Aug 1997 07:18:39 +0000 (07:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Aug 1997 07:18:39 +0000 (07:18 +0000)
src/m/intel386.h

index 464cd2572524b6ea5857fd20611fe1170118f94c..80b3167cdf55d7fa7d6934c764688c8134606493 100644 (file)
@@ -197,7 +197,7 @@ NOTE-END */
 
 /* 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