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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/parse.c b/gcc/f/parse.c
index feeb1d5..005baa7 100644
--- a/gcc/f/parse.c
+++ b/gcc/f/parse.c
@@ -34,7 +34,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
void
main (int argc, char *argv[])
#elif FFECOM_targetCURRENT == FFECOM_targetGCC
-FILE *finput;
+extern FILE *finput;
int
yyparse ()