diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-08-31 00:55:39 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-08-31 00:55:39 +0000 |
commit | 1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5 (patch) | |
tree | 226dd9640c086b7dff87d3b4fb1a32b174f26892 /gcc/cp/xref.c | |
parent | 25c29e1e40d9ffc0f4d4a972ecb044e2f6a13472 (diff) | |
download | gcc-1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5.zip gcc-1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5.tar.gz gcc-1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5.tar.bz2 |
repo.c (getpwd): Don't prototype.
* repo.c (getpwd): Don't prototype.
* xref.c (getpwd): Likewise
From-SVN: r28998
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r-- | gcc/cp/xref.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index 2952f36..cd6cb85 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. */ |