1 2 3 4 5 6 7 8 9 10
// error_propagate() already ignores local_err==NULL, so there's // no need to check it before calling. @@ identifier L; expression E; @@ -if (L) { error_propagate(E, L); -}