* com.h (ffe_parse_file): Prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 17 Mar 2002 23:52:16 +0000 (23:52 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 17 Mar 2002 23:52:16 +0000 (23:52 +0000)
From-SVN: r50930

gcc/f/ChangeLog
gcc/f/com.h

index 43c9c9c..5423463 100644 (file)
@@ -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 58b0131..6fe003e 100644 (file)
@@ -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. */