Eduardo Habkost | 621ff94 | 2016-06-13 18:57:56 -0300 | [diff] [blame] | 1 | // error_propagate() already ignores local_err==NULL, so there's |
2 | // no need to check it before calling. | ||||
3 | |||||
4 | @@ | ||||
5 | identifier L; | ||||
6 | expression E; | ||||
7 | @@ | ||||
8 | -if (L) { | ||||
9 | error_propagate(E, L); | ||||
10 | -} |