diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 04:23:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 04:23:29 +0000 |
commit | 826000345c004578cedf2e4bcd5cf6f0e84185bf (patch) | |
tree | f3e066b518600114190217f4be9ac4b91bf12d77 /gdb/utils.c | |
parent | 1636f0bbebdb8486aee30722a9f9a2d15aa9716e (diff) | |
download | gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.zip gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.gz gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.bz2 |
Eliminate MALLOC_INCOMPATIBLE.
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index e5182af..16c1897 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -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))) |