Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / ifend.res
CommitLineData
34e49164
C
1#ifdef VORTEX_DEBUG
2static int vortex_debug = VORTEX_DEBUG;
3#else
4static int vortex_debug = 1;
5#endif