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 prototype for gcov.c


Another small patch.

-- 
H.J. Lu (hjl@gnu.org)
--
Sat Jun 20 16:58:47 1998  H.J. Lu  (hjl@gnu.org)

	* gcov.c (print_usage): New declaration.

Index: gcov.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/gcov.c,v
retrieving revision 1.1.1.4
diff -u -p -r1.1.1.4 gcov.c
--- gcov.c	1998/04/04 16:14:07	1.1.1.4
+++ gcov.c	1998/04/05 19:35:50
@@ -218,6 +218,7 @@ static void open_files PROTO ((void));
 static void read_files PROTO ((void));
 static void scan_for_source_files PROTO ((void));
 static void output_data PROTO ((void));
+static void print_usage PROTO((void));
 char * xmalloc ();
 
 int


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