permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifdef2.c
CommitLineData
34e49164
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
7void init_IRQ(void)
8{
9 for (irq = 0; irq < IRQS; irq++) {
10 *desc = irq_desc;
11 uselessCall();
12 }
13}