permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / janitorings / set_current_state.cocci
CommitLineData
34e49164
C
1@@
2expression E;
3@@
4
5- current->state = E;
6+ set_current_state(E);