* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
From-SVN: r197553
This commit is contained in:
parent
7db567cd08
commit
fb037b5da5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue