From 48de5f13b5cd819c90bafd73c0ee4d069fd32361 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 30 Aug 1997 07:18:39 +0000 Subject: [PATCH] (HAVE_ALLOCA): Do define this, if SOLARIS2. --- src/m/intel386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2