repo.c (getpwd): Don't prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 31 Aug 1999 00:55:39 +0000 (00:55 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 31 Aug 1999 00:55:39 +0000 (00:55 +0000)
* repo.c (getpwd): Don't prototype.
* xref.c (getpwd): Likewise

From-SVN: r28998

gcc/cp/ChangeLog
gcc/cp/repo.c
gcc/cp/xref.c

index 00a915a5e875c56e33246080e404999910253e4a..018147da84413b166bcb62cd839f1b82be25bf20 100644 (file)
@@ -1,3 +1,8 @@
+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.
index be8ee4208af1b24437451b7c8b70d3b0e12b24c8..e63c0e15e00102a5a97546131a4c2b686f498976 100644 (file)
@@ -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 *));
index 2952f36b525f3ca0211986cf698c18b41a2c8f65..cd6cb85c7d49347959eba5358636fdc497456ddb 100644 (file)
@@ -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.  */