mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 22:55:19 +08:00
Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.
From-SVN: r20262
This commit is contained in:
parent
83e0821b60
commit
77346de2e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user