summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-09-23 20:28:39 +0000
committerJim Meyering <jim@meyering.net>1995-09-23 20:28:39 +0000
commita719a875085513840b2a4e788eea0a331e419aec (patch)
tree396be0d3653a825674473eaf8b710e11556220c6 /lib
parenta1fa4eff25b939c313a640007efd5c71aac0ec3c (diff)
downloadcoreutils-a719a875085513840b2a4e788eea0a331e419aec.tar.xz
Merge in changes for ConvexOS 11.0.
Diffstat (limited to 'lib')
-rw-r--r--lib/regex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index d0086ed1a..89a77f8d9 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -238,7 +238,11 @@ init_syntax_once ()
#include <alloca.h>
#else /* not __GNUC__ or HAVE_ALLOCA_H */
#ifndef _AIX /* Already did AIX, up at the top. */
+#if defined (__STDC__) && __STDC__
+void *alloca ();
+#else
char *alloca ();
+#endif
#endif /* not _AIX */
#endif /* not HAVE_ALLOCA_H */
#endif /* not __GNUC__ */