permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / proto_ver1.c
1 void bch_l2l1(struct PStack *st, int pr, void *arg);
2 void bch_sched_event(struct BCState *bcs, int event);
3 void bch_empty_fifo(struct BCState *bcs, int count);
4
5 void
6 bch_sched_event(struct BCState *bcs, int event)
7 {
8 bcs->event |= 1 << event;
9 schedule_work(&bcs->work);
10 }