summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-31 00:55:39 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-31 00:55:39 +0000
commit910672dfe3975d84d348cc971d1b5958c8b4fe8e (patch)
tree226dd9640c086b7dff87d3b4fb1a32b174f26892
parentdc7c90d9424ec224727221a766b5d7456d91a8ed (diff)
downloadgcc-910672dfe3975d84d348cc971d1b5958c8b4fe8e.tar.gz
* repo.c (getpwd): Don't prototype.
* xref.c (getpwd): Likewise git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28998 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/repo.c2
-rw-r--r--gcc/cp/xref.c2
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 00a915a5e87..018147da844 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,10 @@
1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+ * repo.c (getpwd): Don't prototype.
+ * xref.c (getpwd): Likewise
+
+1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
* Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
Remove hacks for stuff which now comes from libiberty.
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index be8ee4208af..e63c0e15e00 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 2952f36b525..cd6cb85c7d4 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. */