* parse.c (finput): Mark extern.
authorRichard Henderson <rth@redhat.com>
Tue, 11 Sep 2001 20:15:45 +0000 (13:15 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 11 Sep 2001 20:15:45 +0000 (13:15 -0700)
From-SVN: r45551

gcc/f/ChangeLog
gcc/f/parse.c

index 04046af..9fc724d 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-11  Richard Henderson  <rth@redhat.com>
+
+       * parse.c (finput): Mark extern.
+
 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
 
        * com.c (ffe_init_options): Default to -fmerge-all-constants
index feeb1d5..005baa7 100644 (file)
@@ -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 ()