Patch installed for new f/com.h warnings

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sun Mar 17 15:57:00 GMT 2002


Fixes:
 > f/com.h:268: warning: function declaration isn't a prototype
 > [...29 times...]

Installed as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ChangeLog,v
retrieving revision 1.439
diff -u -p -r1.439 ChangeLog
--- ChangeLog	2002/03/17 20:41:44	1.439
+++ ChangeLog	2002/03/17 23:51:19
@@ -1,3 +1,7 @@
+Sun Mar 17 18:50:15 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* com.h (ffe_parse_file): Prototype.
+
 Sun Mar 17 20:57:30 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
 
 	* com.c (LANG_HOOKS_PARSE_FILE): Redefine.
Index: com.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/com.h,v
retrieving revision 1.23
diff -u -p -r1.23 com.h
--- com.h	2002/03/17 20:41:44	1.23
+++ com.h	2002/03/17 23:51:19
@@ -265,7 +265,7 @@ tree ffecom_truth_value (tree expr);
 tree ffecom_truth_value_invert (tree expr);
 tree ffecom_type_expr (ffebld expr);
 tree ffecom_which_entrypoint_decl (void);
-void ffe_parse_file ();
+void ffe_parse_file (void);
 
 /* Define macros. */
 



More information about the Gcc-patches mailing list