Commit f620bd21 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/decl.c (intrin_arglists_compatible_p): Remove spaces.

From-SVN: r173536
parent c99c0026
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);
}
......
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