Merge in changes for ConvexOS 11.0.
authorJim Meyering <jim@meyering.net>
Sat, 23 Sep 1995 20:28:39 +0000 (20:28 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Sep 1995 20:28:39 +0000 (20:28 +0000)
lib/regex.c

index d0086ed..89a77f8 100644 (file)
@@ -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__ */