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]

egcs-CVS19980628, SunOS4 bootstrap failure, PATCH included


	Here's one I found when compiling on SunOS4 using cc for
stage1.  Okay to install?

		--Kaveh


Sun Jun 28 10:28:09 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* except.c (find_all_handler_type_matches): Switch to old-style
 	function definition.



--- egcs-CVS19980628/gcc/except.c~	Sun Jun 28 09:22:59 1998
+++ egcs-CVS19980628/gcc/except.c	Sun Jun 28 10:26:32 1998
@@ -792,7 +792,8 @@
    currently exist in all regions. */
 
 int 
-find_all_handler_type_matches (void ***array)
+find_all_handler_type_matches (array)
+  void ***array;
 {
   struct handler_info *handler, *last;
   int x,y;
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		Icon CMT Corp.


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