permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifdef3.c
1 #include <asm/thread_info.h>
2 #include <asm/memory.h>
3 #include <asm/mach/time.h>
4 #include <asm/io.h>
5
6
7 void init_IRQ(void)
8 {
9 for (irq = 0; irq < IRQS; irq++) {
10 *desc = irq_desc;
11 uselessCall();
12 }
13 }