* elfcode.h (alloca): Delete declaration.

This commit is contained in:
Jeff Law
1994-02-24 04:00:30 +00:00
parent 4f42757e38
commit 2e7b92cfa9
2 changed files with 3 additions and 5 deletions

View File

@ -66,10 +66,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "libbfd.h"
#include "libelf.h"
#ifndef alloca
PTR alloca ();
#endif
/* Renaming structures, typedefs, macros and functions to be size-specific. */
#define Elf_External_Ehdr NAME(Elf,External_Ehdr)
#define Elf_External_Sym NAME(Elf,External_Sym)