* repo.c (getpwd): Don't prototype.
* xref.c (getpwd): Likewise
From-SVN: r28998
+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.
#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 *));
#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. */