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