Release coccinelle-0.1
[bpt/coccinelle.git] / tests / ifdef2.cocci
1 @ Exemple2 @ @@
2
3 #include <asm/mach/time.h>
4 + #ifdef CONFIG_NKERNEL
5 + #include <nk/nkern.h>
6 + #include <asm/nkern.h>
7 + unsigned long maxsize = 0;
8 + #endif