Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / ifend.res
1 #ifdef VORTEX_DEBUG
2 static int vortex_debug = VORTEX_DEBUG;
3 #else
4 static int vortex_debug = 1;
5 #endif