From 1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 31 Aug 1999 00:55:39 +0000 Subject: [PATCH] repo.c (getpwd): Don't prototype. * repo.c (getpwd): Don't prototype. * xref.c (getpwd): Likewise From-SVN: r28998 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/repo.c | 2 -- gcc/cp/xref.c | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 00a915a5e875..018147da8441 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1999-08-30 Kaveh R. Ghazi + + * repo.c (getpwd): Don't prototype. + * xref.c (getpwd): Likewise + 1999-08-30 Kaveh R. Ghazi * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a. diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index be8ee4208af1..e63c0e15e001 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -33,8 +33,6 @@ Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "toplev.h" -extern char *getpwd PROTO((void)); - static tree repo_get_id PROTO((tree)); static char *extract_string PROTO((char **)); static char *get_base_filename PROTO((const char *)); diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index 2952f36b525f..cd6cb85c7d49 100644 --- a/gcc/cp/xref.c +++ b/gcc/cp/xref.c @@ -27,8 +27,6 @@ Boston, MA 02111-1307, USA. */ #include "input.h" #include "toplev.h" -extern char *getpwd PROTO((void)); - /* The character(s) used to join a directory specification (obtained with getwd or equivalent) with a non-absolute file name. */ -- 2.47.3