* c-decl.c (mark_binding_level): Make static to match prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 9 Sep 1999 00:22:07 +0000 (00:22 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 9 Sep 1999 00:22:07 +0000 (00:22 +0000)
From-SVN: r29219

gcc/ChangeLog
gcc/c-decl.c

index 8f47f954e4b5033c597fcbf6f549d09331dad61d..b7593c18e9410b4f84edfbc14eb604a1bebe66a4 100644 (file)
@@ -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 923bf0bd249a1a09e7c1da5658f8cea8c3547bff..f23cbc2d3396310c793902bb537928d381cd6410 100644 (file)
@@ -2937,7 +2937,7 @@ lookup_name_current_level (name)
 }
 \f
 /* Mark ARG for GC.  */
-void 
+static void 
 mark_binding_level (arg)
      void *arg;
 {