permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / itimer.cocci
CommitLineData
34e49164
C
1@@
2@@
3
4- if (cputime_eq(cputime, cputime_zero))
5- cputime = jiffies_to_cputime(1);
6+ if (cputime_gt(cputime, cputime_zero))
7+ cputime = cputime_add(cputime,
8+ jiffies_to_cputime(1));