This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for typo


Hi,

Here is a patch for typo.


-- 
H.J. Lu (hjl@gnu.org)
---
Index: cp/g++spec.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/cp/g++spec.c,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 g++spec.c
--- g++spec.c	1998/06/06 16:53:26	1.1.1.6
+++ g++spec.c	1998/06/06 17:19:35
@@ -263,4 +263,4 @@
 }
 
 /* Number of extra output files that lang_specific_pre_link may generate. */
-int lang_specific_extra_outfiles = 0;  /* Not used for C++. */
+int lang_specific_extra_ofiles = 0;  /* Not used for C++. */
Index: f/g77spec.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/f/g77spec.c,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 g77spec.c
--- g77spec.c	1998/06/06 16:53:46	1.1.1.4
+++ g77spec.c	1998/06/06 17:20:26
@@ -287,4 +287,4 @@
 }
 
 /* Number of extra output files that lang_specific_pre_link may generate. */
-int lang_specific_extra_outfiles = 0;  /* Not used for F77. */
+int lang_specific_extra_ofiles = 0;  /* Not used for F77. */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]