diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/parse.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 04046af..9fc724d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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 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 () |