(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.

This commit is contained in:
Richard M. Stallman 1997-08-06 17:46:39 +00:00
parent 43776ca0c9
commit 0d3c19dfa3

View file

@ -195,7 +195,12 @@ NOTE-END */
#endif /* not USG5_4 */
#endif /* LIB_STANDARD */
/* Paul Abrahams <abrahams@acm.org> 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 */