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/g77spec.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/g77spec.c')
-rw-r--r-- | gcc/f/g77spec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index d5d6ccdd511..3cc2ac7724c 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -92,8 +92,6 @@ static void (*g77_fn)(); static int g77_newargc; static char **g77_newargv; -extern char *xmalloc PROTO((size_t)); - extern char *version_string; /* --- This comes from gcc.c (2.8.1) verbatim: */ |