On 9/27/20 2:12 PM, Julia Lawall wrote:
Replace commas with semicolons.  What is done is essentially described by
the following Coccinelle semantic patch (http://coccinelle.lip6.fr/):

// <smpl>
@@ expression e1,e2; @@
e1
-,
+;
e2
... when any
// </smpl>

Signed-off-by: Julia Lawall <julia.law...@inria.fr>

---
Reviewed-by: David Lechner <da...@lechnology.com>

Reply via email to