This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Another prototype patch


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.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]