(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
This commit is contained in:
parent
43776ca0c9
commit
0d3c19dfa3
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue