On Sun, 29 Apr 2018, Robert Larice wrote:
> Hello, > > attached is a small example which > injects a statement and a comment. > > It works well, but does'nt do exactly as wanted. > > I get : > > + j /* comments are overrated */ > + -= 3; > > The comment popped up within the expression instead > of in front of it. > no bug, but uggly. This problem is solve in the github version of Coccinelle. The problem was because j was declared as a symbol. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
