> Line 112 is:
>
> // Use Python to clean up the string literals.
> // Comments are still C-style though
> @depends on rules@
> @r@             <--- line 112
> constant char[] c;
> expression list[n] es;
> @@

You can't put multiple @@'s at the beginning of a rule.  This should be
just:

@r depends on rules@
...
@@

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

Reply via email to