Commit fb037b5d by Steven Bosscher

* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.

From-SVN: r197553
parent 7db567cd
2013-04-07 Steven Bosscher <steven@gcc.gnu.org>
* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
2013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
* c-common.c (pointer_int_sum): Remove dead code.
......
......@@ -478,7 +478,7 @@ handle_pragma_redefine_extname (cpp_reader * ARG_UNUSED (dummy))
add_to_renaming_pragma_list (oldname, newname);
}
/* This is called from here and from ia64.c. */
/* This is called from here and from ia64-c.c. */
void
add_to_renaming_pragma_list (tree oldname, tree newname)
{
......
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