From b3139290745f14d810b7a30a02c98b2d5b61a0e5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 31 Dec 1992 17:26:10 +0000 Subject: Formerly make.h.~61~ --- make.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make.h') diff --git a/make.h b/make.h index 2d71b45..b55dc29 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. */ -- cgit v1.2.3