2 // convert comma to semicolon
5 // Copyright: Copyright: 2014 - LIP6/INRIA
6 // License: Licensed under GPLv2 or any later version.
7 // Author: Julia Lawall <Julia.Lawall@lip6.fr>
8 // URL: http://coccinelle.lip6.fr/
9 // URL: http://coccinellery.org/
13 let tbl = Hashtbl.create(100)
15 let add_if_not_present file =
16 try let _ = Hashtbl.find tbl file in ()
18 Hashtbl.add tbl file ();
19 let it = new iteration() in
46 if (List.hd p1).line = (List.hd p2).line
47 then include_match false
48 else add_if_not_present ((List.hd p1).file)