From: Roland McGrath Date: Thu, 31 Dec 1992 17:26:10 +0000 (+0000) Subject: Formerly make.h.~61~ X-Git-Tag: 3.70.2~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3139290745f14d810b7a30a02c98b2d5b61a0e5;p=thirdparty%2Fmake.git Formerly make.h.~61~ --- diff --git a/make.h b/make.h index 2d71b45a..b55dc297 100644 --- a/make.h +++ b/make.h @@ -200,7 +200,9 @@ extern void abort (), exit (); #if defined (sparc) || defined (HAVE_ALLOCA_H) #include #else /* Not sparc or HAVE_ALLOCA_H. */ +#ifndef _AIX extern char *alloca (); +#endif /* Not AIX. */ #endif /* sparc or HAVE_ALLOCA_H. */ #endif /* GCC. */