ChangeLog: Use the final approved ChangeLog entry text for the previous commit.

* ChangeLog: Use the final approved ChangeLog entry text for
	the previous commit.

From-SVN: r110661
This commit is contained in:
Roger Sayle 2006-02-06 18:50:44 +00:00
parent 42e73749c7
commit 431ef78e8e

View file

@ -2,9 +2,9 @@
* trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument
to be NULL to indicate that the not mask isn't required.
* trans-stmt.c (gfc_trans_where_2): Remove PMASK argument. Avoid
calculating the pending mask for the last clause of a WHERE chain.
Update call to trans_where
(gfc_trans_where_2): Remove PMASK argument. Avoid calculating the
pending mask for the last clause of a WHERE chain. Update recursive
call.
(gfc_trans_forall_1): Update call to gfc_trans_where_2.
(gfc_trans_where): Likewise.