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