]> gcc.gnu.org Git - gcc.git/commitdiff
Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.
authorPer Bothner <bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:41:05 +0000 (03:41 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:41:05 +0000 (03:41 -0700)
From-SVN: r20262

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_outfiles;
 #endif
 \f
 /* Specs are strings containing lines, each of which (if not blank)
This page took 0.067696 seconds and 5 git commands to generate.