* parse.c (finput): Mark extern.

From-SVN: r45551
This commit is contained in:
Richard Henderson 2001-09-11 13:15:45 -07:00 committed by Richard Henderson
parent 1de3d87705
commit 20cdfa655d
2 changed files with 5 additions and 1 deletions

View 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

View 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 ()