mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 18:19:00 +02:00
Merge in changes for ConvexOS 11.0.
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user