> You would have to give an example.

Should an approach like the following which is derived from
the script "demos/conjunction.cocci" also work?


@@
identifier f;
@@
-f
+m
  (...,3,...);
 ...
 g(...,3,...);
 ...
 f(...,
-  8
+  80
   ,...);
 ...
 g(...,8,...);


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

Reply via email to