Commit 1fdf491e by Kaveh R. Ghazi Committed by Kaveh Ghazi

repo.c (getpwd): Don't prototype.

	* repo.c (getpwd): Don't prototype.
	* xref.c (getpwd): Likewise

From-SVN: r28998
parent 25c29e1e
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.
......
......@@ -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 *));
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment