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]

Patch installed to c-decl.c for SunOS4 bootstrap



More SunOS4 K&R follies:


Patch commited.


Index: ChangeLog
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/ChangeLog,v
retrieving revision 1.4326
diff -u -p -r1.4326 ChangeLog
--- ChangeLog	1999/09/08 23:42:16	1.4326
+++ ChangeLog	1999/09/09 00:20:34
@@ -1,3 +1,7 @@
+Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* c-decl.c (mark_binding_level): Make static to match prototype.
+
 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
 
 	* flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
Index: c-decl.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/c-decl.c,v
retrieving revision 1.72
diff -u -p -r1.72 c-decl.c
--- c-decl.c	1999/09/08 15:44:15	1.72
+++ c-decl.c	1999/09/09 00:20:37
@@ -2937,7 +2937,7 @@ lookup_name_current_level (name)
 }
 
 /* Mark ARG for GC.  */
-void 
+static void 
 mark_binding_level (arg)
      void *arg;
 {


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