Commit 20cdfa65 by Richard Henderson Committed by Richard Henderson

* parse.c (finput): Mark extern.

From-SVN: r45551
parent 1de3d877
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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment