Commit 77346de2 by Per Bothner

Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.

From-SVN: r20262
parent 83e0821b
......@@ -261,7 +261,7 @@ extern void lang_specific_driver PROTO ((void (*) PVPROTO((char *, ...)), int *,
extern int lang_specific_pre_link ();
/* Number of extra output files that lang_specific_pre_link may generate. */
extern int lang_specific_extra_ofiles;
extern int lang_specific_extra_outfiles;
#endif
/* Specs are strings containing lines, each of which (if not blank)
......
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