Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / ifdef4.cocci
CommitLineData
34e49164
C
1@ Exemple4 @ @@
2
3 init_IRQ(...)
4 {
5 <...
6+ #ifdef CONFIG_NKERNEL
708f4980 7+ if(irq < IRQ_LIMIT)
34e49164
C
8+ #endif
9 *desc = irq_desc;
10 ...>
11}