diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-27 10:13:07 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-27 10:13:07 +0000 |
commit | f6783c750db3505e56784588fb9a0e0ca7e5a685 (patch) | |
tree | 4101a17698912c5bba672c0ea2cef0cccfe0fb9a /gcc/f/malloc.c | |
parent | 783e94a20929bc3fb0621efefd5f54cad0666171 (diff) | |
download | gcc-f6783c750db3505e56784588fb9a0e0ca7e5a685.tar.gz |
* fini.c: Rename variable `spaces' to `xspaces' to avoid
conflicting with function `spaces' from libiberty.
* g77spec.c: Don't prototype libiberty functions.
* malloc.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/malloc.c')
-rw-r--r-- | gcc/f/malloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/f/malloc.c b/gcc/f/malloc.c index 905d49c4b30..d7041c3bd91 100644 --- a/gcc/f/malloc.c +++ b/gcc/f/malloc.c @@ -33,10 +33,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "proj.h" #include "malloc.h" -/* Assume gcc/toplev.o is linked in. */ -void *xmalloc (unsigned size); -void *xrealloc (void *ptr, int size); - /* Externals defined here. */ struct _malloc_root_ malloc_root_ |