Another prototype patch

H.J. Lu hjl@lucon.org
Thu Dec 10 15:10:00 GMT 1998


A small patch.

-- 
H.J. Lu (hjl@gnu.org)
---
Thu Dec 10 08:08:17 1998  H.J. Lu  (hjl@gnu.org)

	* final.c (getcwd): Add prototype.

Index: final.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/final.c,v
retrieving revision 1.1.1.47
diff -u -r1.1.1.47 final.c
--- final.c	1998/12/10 22:51:41	1.1.1.47
+++ final.c	1998/12/10 23:05:45
@@ -311,7 +311,7 @@
 static int alter_cond		PROTO((rtx));
 #endif
 
-extern char *getpwd ();
+extern char *getpwd		PROTO((void));
 
 /* Initialize data in final at the beginning of a compilation.  */
 



More information about the Gcc-patches mailing list