permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / y2.res
1 static void
2 asuscom_interrupt_ipac(int intno, void *dev_id, struct pt_regs *regs)
3 {
4
5 Start_IPAC:
6 debugl1(cs, "IPAC ISTA %02X", ista);
7 if ((ista & 0x3f) && icnt) {
8 icnt--;
9 goto Start_IPAC;
10 }
11 }