diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:28:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:28:23 +0000 |
commit | 81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c (patch) | |
tree | 1a30fcf8423920024c85d20ef47b14d7a1d15980 /gdb/defs.h | |
parent | 8cca004af1b90fcede9a043b986c6e7aa4a66c78 (diff) | |
download | gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.zip gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.gz gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.bz2 |
Move free() decl to utils.c.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -955,10 +955,6 @@ extern PTR malloc (); extern PTR realloc (); #endif -#ifdef NEED_DECLARATION_FREE -extern void free (); -#endif - #endif /* MALLOC_INCOMPATIBLE */ /* Various possibilities for alloca. */ |