summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-31 17:26:10 +0000
committerRoland McGrath <roland@redhat.com>1992-12-31 17:26:10 +0000
commitb3139290745f14d810b7a30a02c98b2d5b61a0e5 (patch)
tree9651aef99fa52a7dc2c2ae2759a9d283fb8fea3a /make.h
parent8c6ef34e563579ef6814cdde8466978692bd69ae (diff)
downloadgunmake-b3139290745f14d810b7a30a02c98b2d5b61a0e5.tar.gz
Formerly make.h.~61~
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 2 insertions, 0 deletions
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 <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. */