permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / my.h
CommitLineData
faf9a90c
C
1#define DBG_OFFSCREEN(a)
2
3#define I830FALLBACK(s, arg...) \
4do { \
5 if (I830PTR(pScrn)->fallback_debug) { \
6 xf86DrvMsg(pScrn->scrnIndex, X_INFO, \
7 "EXA fallback: " s "\n", ##arg); \
8 } \
9 return FALSE; \
10} while(0)