Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / ifdef2.cocci
CommitLineData
34e49164
C
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