diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-31 17:26:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-31 17:26:10 +0000 |
commit | b3139290745f14d810b7a30a02c98b2d5b61a0e5 (patch) | |
tree | 9651aef99fa52a7dc2c2ae2759a9d283fb8fea3a | |
parent | 8c6ef34e563579ef6814cdde8466978692bd69ae (diff) | |
download | gunmake-b3139290745f14d810b7a30a02c98b2d5b61a0e5.tar.gz |
Formerly make.h.~61~
-rw-r--r-- | make.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |