From: Jim Meyering Date: Sat, 23 Sep 1995 20:28:39 +0000 (+0000) Subject: Merge in changes for ConvexOS 11.0. X-Git-Tag: TEXTUTILS-1_12_2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a719a875085513840b2a4e788eea0a331e419aec;p=thirdparty%2Fcoreutils.git Merge in changes for ConvexOS 11.0. --- diff --git a/lib/regex.c b/lib/regex.c index d0086ed1aa..89a77f8d9c 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -238,7 +238,11 @@ init_syntax_once () #include #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__ */