diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-20 01:37:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-20 01:37:10 +0000 |
commit | 211496566bf99ace06427acd2fccc3aa85d4d19c (patch) | |
tree | 49686c11f98c87c34da0f10b077e0275c0ec1a0c /gdb/defs.h | |
parent | 365f67c1fd2c8d32730c6715e0034372402e7e2e (diff) | |
download | gdb-211496566bf99ace06427acd2fccc3aa85d4d19c.tar.gz |
malloc() -> xmalloc.
Move malloc() decl to utils.c
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index 5d6947d52ff..2c90e4d0a88 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -945,14 +945,6 @@ extern int fclose (FILE *); extern double atof (const char *); /* X3.159-1989 4.10.1.1 */ #endif -#ifndef MALLOC_INCOMPATIBLE - -#ifdef NEED_DECLARATION_MALLOC -extern PTR malloc (); -#endif - -#endif /* MALLOC_INCOMPATIBLE */ - /* Various possibilities for alloca. */ #ifndef alloca #ifdef __GNUC__ |