You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Sun, 14 Jan 2018, notaz wrote:
$ COCCINELLE_HOME=~/inst/coccinelle-1.0.6/
~/inst/coccinelle-1.0.6/spatch.opt --sp-file
~/inst/coccinelle-1.0.6/coccinellery/doubleinit/doubleinit.cocci --dir src
init_defs_builtins: /home/notaz/inst/coccinelle-1.0.6/standard.h
minus: parse error:
File"/home/notaz/inst/coccinelle-1.0.6/coccinellery/doubleinit/doubleinit.cocci
", line 17, column 22, charpos = 400
around = '.',
whole content = struct I s ***@***.*** { ... .***@***.*** = E, ...};
Coccinellery is a collection of semantic patches that is not maintained in
any way. The problem is that in recent versions of Coccinelle, the ...
before .fld needs a , after it.
julia
$ COCCINELLE_HOME=~/inst/coccinelle-1.0.6/ ~/inst/coccinelle-1.0.6/spatch.opt --sp-file ~/inst/coccinelle-1.0.6/coccinellery/doubleinit/doubleinit.cocci --dir src
init_defs_builtins: /home/notaz/inst/coccinelle-1.0.6/standard.h
minus: parse error:
File "/home/notaz/inst/coccinelle-1.0.6/coccinellery/doubleinit/doubleinit.cocci", line 17, column 22, charpos = 400
around = '.',
whole content = struct I s =@p0 { ... .fld@p = E, ...};
The text was updated successfully, but these errors were encountered: