permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifend.c
CommitLineData
34e49164
C
1#ifdef VORTEX_DEBUG
2static int vortex_debug = VORTEX_DEBUG;
3#else
4static int vortex_debug = 1;
5#endif
6
7#include <linux/config.h>