permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / macro_fix_standard.h
CommitLineData
0708f913
C
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