Eliminate MALLOC_INCOMPATIBLE.

This commit is contained in:
Andrew Cagney 2002-01-20 04:23:29 +00:00
parent 1636f0bbeb
commit 826000345c
7 changed files with 17 additions and 40 deletions

View file

@ -62,7 +62,6 @@
#include "mmalloc.h"
#endif
#ifndef MALLOC_INCOMPATIBLE
#ifdef NEED_DECLARATION_MALLOC
extern PTR malloc ();
#endif
@ -72,7 +71,6 @@ extern PTR realloc ();
#ifdef NEED_DECLARATION_FREE
extern void free ();
#endif
#endif
#undef XMALLOC
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))