mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly make.h.~61~
This commit is contained in:
parent
8c6ef34e56
commit
b313929074
2
make.h
2
make.h
@ -200,7 +200,9 @@ extern void abort (), exit ();
|
|||||||
#if defined (sparc) || defined (HAVE_ALLOCA_H)
|
#if defined (sparc) || defined (HAVE_ALLOCA_H)
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#else /* Not sparc or HAVE_ALLOCA_H. */
|
#else /* Not sparc or HAVE_ALLOCA_H. */
|
||||||
|
#ifndef _AIX
|
||||||
extern char *alloca ();
|
extern char *alloca ();
|
||||||
|
#endif /* Not AIX. */
|
||||||
#endif /* sparc or HAVE_ALLOCA_H. */
|
#endif /* sparc or HAVE_ALLOCA_H. */
|
||||||
#endif /* GCC. */
|
#endif /* GCC. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user