changeset 485:88ff7de94799

Merge in changes for ConvexOS 11.0.
author Jim Meyering <jim@meyering.net>
date Sat, 23 Sep 1995 20:28:39 +0000
parents 9fa9a76cc2e7
children 7851d52f1d5a
files lib/regex.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -238,7 +238,11 @@
 #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__ */