* com.h (ffe_parse_file): Prototype.

From-SVN: r50930
This commit is contained in:
Kaveh R. Ghazi 2002-03-17 23:52:16 +00:00 committed by Kaveh Ghazi
parent ab93b54345
commit 94ea34195b
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */