Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / bugloop.cocci
CommitLineData
34e49164
C
1@@ expression current; @@
2
3- current->flags & PF_FREEZE
4+ freezing(current)
5 ...
6?- refrigerator(PF_FREEZE)
7+ refrigerator()
8 ...
9? current->flags & PF_FREEZE