1
0
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:
Jim Meyering
1995-09-23 20:28:39 +00:00
parent a1fa4eff25
commit a719a87508
+4
View 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__ */