Try a full prototype for alloca() for those systems that need it.

This commit is contained in:
Wayne Davison
2006-11-09 01:34:36 +00:00
parent 9775d6ab66
commit 574a24a2ec

View File

@@ -75,7 +75,7 @@ void * alloca (size_t __size)
# else
# ifdef HAVE_ALLOCA
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
char *alloca(size_t size);
# endif
# else
# ifdef alloca