Formerly make.h.~61~

This commit is contained in:
Roland McGrath 1992-12-31 17:26:10 +00:00
parent 8c6ef34e56
commit b313929074

2
make.h
View File

@ -200,7 +200,9 @@ extern void abort (), exit ();
#if defined (sparc) || defined (HAVE_ALLOCA_H)
#include <alloca.h>
#else /* Not sparc or HAVE_ALLOCA_H. */
#ifndef _AIX
extern char *alloca ();
#endif /* Not AIX. */
#endif /* sparc or HAVE_ALLOCA_H. */
#endif /* GCC. */