diff options
| author | Richard M. Stallman | 1997-08-30 07:18:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-30 07:18:39 +0000 |
| commit | 48de5f13b5cd819c90bafd73c0ee4d069fd32361 (patch) | |
| tree | 5b047542d666387b78c4b147ce9223a026d39353 /src | |
| parent | a45bad2a88674116fc435fcfad5a19995bc99d64 (diff) | |
| download | emacs-48de5f13b5cd819c90bafd73c0ee4d069fd32361.tar.gz emacs-48de5f13b5cd819c90bafd73c0ee4d069fd32361.zip | |
(HAVE_ALLOCA): Do define this, if SOLARIS2.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 2 |
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 | ||