Commit dbec3d5b by Kaveh R. Ghazi Committed by Kaveh Ghazi

* c-decl.c (mark_binding_level): Make static to match prototype.

From-SVN: r29219
parent 33c5ddcd
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.
......
......@@ -2937,7 +2937,7 @@ lookup_name_current_level (name)
}
/* Mark ARG for GC. */
void
static void
mark_binding_level (arg)
void *arg;
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment