permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / type_fields.cocci
... / ...
CommitLineData
1@@
2struct file_operations x;
3@@
4
5
6- x.ioctl
7+ x.new_ioctl
8