On Tue, 22 Jul 2014, Riccardo Lucchese wrote:

> Hello,
>
> spatch fails to parse the following line
>
> - if (!~e) S
>
> in the attached .cocci test case.
>
> Using
>
> - if (!(~e)) S
>
> instead, works fine.

It should work if you put a space between ! and ~.

julia
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to