aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-30 07:18:39 +0000
committerRichard M. Stallman1997-08-30 07:18:39 +0000
commit48de5f13b5cd819c90bafd73c0ee4d069fd32361 (patch)
tree5b047542d666387b78c4b147ce9223a026d39353 /src
parenta45bad2a88674116fc435fcfad5a19995bc99d64 (diff)
downloademacs-48de5f13b5cd819c90bafd73c0ee4d069fd32361.tar.gz
emacs-48de5f13b5cd819c90bafd73c0ee4d069fd32361.zip
(HAVE_ALLOCA): Do define this, if SOLARIS2.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h2
1 files changed, 1 insertions, 1 deletions
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 */
197 197
198/* Paul Abrahams <abrahams@acm.org> says that 198/* Paul Abrahams <abrahams@acm.org> says that
199 Unixware does not have alloca when using cc. */ 199 Unixware does not have alloca when using cc. */
200#if ! (defined (USG5_4) && ! defined (__GNUC__)) 200#if ! (defined (USG5_4) && ! defined (SOLARIS2) && ! defined (__GNUC__))
201#define HAVE_ALLOCA 201#define HAVE_ALLOCA
202#endif 202#endif
203 203