Release coccinelle-0.1.6
[bpt/coccinelle.git] / demos / macro_fix_standard.h
1 // use this file with the -macro_file option of spatch.
2 // ex: ./spatch -macro_file demos/macro_fix_standard.h -parse_c demos/macro_parsing_problem.c
3
4 #define MALLOC(A) malloc(a);
5