# HG changeset patch # User Richard M. Stallman # Date 870889599 0 # Node ID 8fc1325c8bf7f122c5df4c51f4835d4ebefa068c # Parent 7903b3fb5ec537c8c449edf51ac7e027dabebd10 (HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C. diff -r 7903b3fb5ec5 -r 8fc1325c8bf7 src/m/intel386.h --- a/src/m/intel386.h Wed Aug 06 17:45:55 1997 +0000 +++ b/src/m/intel386.h Wed Aug 06 17:46:39 1997 +0000 @@ -195,7 +195,12 @@ #endif /* not USG5_4 */ #endif /* LIB_STANDARD */ +/* Paul Abrahams says that + Unixware does not have alloca when using cc. */ +#if ! (defined (USG5_4) && ! defined (__GNUC__)) #define HAVE_ALLOCA +#endif + #define NO_REMAP #define TEXT_START 0 #endif /* USG */