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]

A protoype patch for cccp.c


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,...);


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