projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e0821
)
Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.
author
Per Bothner
<bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:41:05 +0000
(
03:41
-0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:41:05 +0000
(
03:41
-0700)
From-SVN: r20262
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index dec6acc65f20da63af9b515836febc8334bfdcaa..cb797e1197492875905bedcda5f75c78d8045305 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-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_o
ut
files;
#endif
\f
/* Specs are strings containing lines, each of which (if not blank)