diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-27 10:13:07 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-27 10:13:07 +0000 |
commit | a74d78dd51d21fb465e6dd4dc64ee481b22e5a3f (patch) | |
tree | 4101a17698912c5bba672c0ea2cef0cccfe0fb9a /gcc/f/malloc.c | |
parent | 9d483bc4790a0ff069ce5c9ac663a22a29d14bf3 (diff) | |
download | gcc-a74d78dd51d21fb465e6dd4dc64ee481b22e5a3f.zip gcc-a74d78dd51d21fb465e6dd4dc64ee481b22e5a3f.tar.gz gcc-a74d78dd51d21fb465e6dd4dc64ee481b22e5a3f.tar.bz2 |
fini.c: Rename variable `spaces' to `xspaces' to avoid conflicting with function...
* 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.
From-SVN: r23933
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 905d49c..d7041c3 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_ |