From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Fri, 30 Oct 2015 15:51:11 +0100 Subject: [Cocci] Release 1.0.3: Clarification around SmPL conjunctions In-Reply-To: References: <5631F344.9080804@users.sourceforge.net> <56337A59.8030804@users.sourceforge.net> Message-ID: <563383DF.9000509@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > 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