diff options
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 | ||