diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-19 08:39:05 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-19 08:39:05 +0000 |
| commit | d3e86ba42dae70c6f27dc803efce519c9cc76747 (patch) | |
| tree | da7634f34f5558cd51b6c2eba25a03c1c3443d0d | |
| parent | 9c7a2cb0b05f1bf6b5d26d825041b8f197a9cfd9 (diff) | |
| download | ppe42-gcc-d3e86ba42dae70c6f27dc803efce519c9cc76747.tar.gz ppe42-gcc-d3e86ba42dae70c6f27dc803efce519c9cc76747.zip | |
* tree.c (protected_set_expr_location): Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146340 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/tree.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 405aefa6983..066f16ca695 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/tree.c b/gcc/tree.c index 9fe6db3ed98..ca81a510bf7 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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); |

