Formerly make.h.~61~
authorRoland McGrath <roland@redhat.com>
Thu, 31 Dec 1992 17:26:10 +0000 (17:26 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 31 Dec 1992 17:26:10 +0000 (17:26 +0000)
make.h

diff --git a/make.h b/make.h
index 2d71b45..b55dc29 100644 (file)
--- a/make.h
+++ b/make.h
@@ -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.  */