On Thu, Jul 26, 2018 at 2:38 PM, Julia Lawall <[email protected]> wrote:
> OK, I don't think that the notion of double parentheses is fully
> supported.  It works with the following:
>
> @@
> @@
> DBG_PRINTF(
> -(
>   ...
> - )
>  );
>
>
> @rule1@
> expression x;
> expression list y;
> @@
> -DBG_PRINTF(x, y);
> +NV_PRINTF(y);

This works, thanks.
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to