mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:30:26 +08:00
* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.
From-SVN: r173536
This commit is contained in:
parent
c99c002630
commit
f620bd21a1
@ -1,5 +1,7 @@
|
||||
2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.
|
||||
|
||||
* gcc-interface/gigi.h (global_bindings_p): Adjust prototype.
|
||||
* gcc-interface/utils.c (global_bindings_p): Return bool and simplify.
|
||||
|
||||
|
@ -8377,7 +8377,7 @@ intrin_arglists_compatible_p (intrin_binding_t * inb)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
function_args_iter_next (&ada_iter);
|
||||
function_args_iter_next (&btin_iter);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user