mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 00:00:15 +08:00
* parse.c (finput): Mark extern.
From-SVN: r45551
This commit is contained in:
parent
1de3d87705
commit
20cdfa655d
@ -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…
Reference in New Issue
Block a user