* parse.c (finput): Mark extern.
From-SVN: r45551
This commit is contained in:
parent
1de3d87705
commit
20cdfa655d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue