]> gcc.gnu.org Git - gcc.git/commit
c-common.c (disable_builtin_function): Rename variable n to new_disabled_builtin.
authorBernardo Innocenti <bernie@develer.com>
Mon, 26 Jul 2004 00:38:05 +0000 (02:38 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Mon, 26 Jul 2004 00:38:05 +0000 (02:38 +0200)
commit1ad463f4932ebb6224f1155bced2dda6aedd686f
treeb7381c551208f9e8237f512d0342d34a886d0c9a
parentf408614568706ffddfbdfc7a947bb2f39a99d23a
c-common.c (disable_builtin_function): Rename variable n to new_disabled_builtin.

* c-common.c (disable_builtin_function): Rename variable n to
new_disabled_builtin.
* c-decl.c (duplicate_decls): Rename parameter decl to new_decl.
Rename local variable old to old_decl.
* gensupport.c (shift_output_template): Rename parameter old to src.
* simplify-rtx.c (simplify_replace_rtx): Rename parameter oldx to
old_rtx and newx to new_rtx.

From-SVN: r85175
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/gensupport.c
gcc/simplify-rtx.c
This page took 0.058926 seconds and 5 git commands to generate.