Commit 9db4cdd3 by Eric Botcazou Committed by Eric Botcazou

* tree.c (protected_set_expr_location): Fix formatting.

From-SVN: r146340
parent 1af5a6b6
2009-04-19 Eric Botcazou <ebotcazou@adacore.com>
* tree.c (protected_set_expr_location): Fix formatting.
2009-04-18 Joseph Myers <joseph@codesourcery.com>
PR c/27676
......
......@@ -3584,7 +3584,8 @@ set_expr_locus (tree node, source_location *loc)
LOC is the location to use in tree T. */
void protected_set_expr_location (tree t, location_t loc)
void
protected_set_expr_location (tree t, location_t loc)
{
if (t && CAN_HAVE_LOCATION_P (t))
SET_EXPR_LOCATION (t, loc);
......
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