aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/parse.c')
-rw-r--r--gcc/f/parse.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/f/parse.c b/gcc/f/parse.c
index 29c6133..fe48b6d 100644
--- a/gcc/f/parse.c
+++ b/gcc/f/parse.c
@@ -26,12 +26,10 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "version.h"
#include "flags.h"
-#define NAME_OF_STDIN "<stdin>"
-
extern FILE *finput;
-int
-yyparse ()
+void
+ffe_parse_file ()
{
ffewhereFile wf;
@@ -46,6 +44,4 @@ yyparse ()
ffe_file (wf, finput);
ffecom_finish_compile ();
-
- return 0;
}