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]
Other format: [Raw text]

Patch installed: fix typo in toplev.c:rest_of_type_compilation


Discovered while running my (updated) target cross-compile farm.
Installed as obvious.


2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* toplev.c (rest_of_type_compilation): Fix typo.

diff -rup orig/egcc-CVS20030602/gcc/toplev.c egcc-CVS20030602/gcc/toplev.c
--- orig/egcc-CVS20030602/gcc/toplev.c	2003-06-02 07:43:12.000000000 -0400
+++ egcc-CVS20030602/gcc/toplev.c	2003-06-03 21:52:25.525732000 -0400
@@ -2391,7 +2391,7 @@ rest_of_type_compilation (
 			  int toplev
 #else
 			  tree type ATTRIBUTE_UNUSED,
-			  int toplev ATTRIBUTE_UNUSED,
+			  int toplev ATTRIBUTE_UNUSED
 #endif
 			  )
 {


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