Commit 69f4cc4b by Alan Modra Committed by Richard Henderson

* c-decl.c (finish_function): Clear c_function_name_declared_p.

From-SVN: r37118
parent ce73761f
2000-10-28 Alan Modra <alan@linuxcare.com.au>
* c-decl.c (finish_function): Clear c_function_name_declared_p.
2000-10-28 Richard Henderson <rth@redhat.com>
* regrename.c (scan_rtx_address): Frob action, not class,
......
......@@ -6733,6 +6733,7 @@ finish_function (nested)
function. For a nested function, this value is used in
pop_c_function_context and then reset via pop_function_context. */
current_function_decl = NULL;
c_function_name_declared_p = 0;
}
}
......
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