A protoype patch for cccp.c

H.J. Lu hjl@lucon.org
Sat Jun 20 09:16:00 GMT 1998


Here is another patch.

-- 
H.J. Lu (hjl@gnu.org)
---
Sat Jun 20 09:08:15 1998  H.J. Lu  (hjl@gnu.org)

	* cccp.c (strerror): Add prototype.

Index: cccp.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/cccp.c,v
retrieving revision 1.1.1.21
diff -u -p -r1.1.1.21 cccp.c
--- cccp.c	1998/06/19 16:13:04	1.1.1.21
+++ cccp.c	1998/06/19 16:24:44
@@ -143,7 +143,7 @@ extern char *update_path PROTO((char *, 
 extern int sys_nerr;
 extern char *sys_errlist[];
 #else	/* HAVE_STRERROR */
-char *strerror ();
+char *strerror PROTO ((int));
 #endif
 #else	/* VMS */
 char *strerror (int,...);



More information about the Gcc-patches mailing list