Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / parsing_cocci / context_neg.mli
1 val context_neg :
2 Ast0_cocci.rule -> Ast0_cocci.rule ->
3 (Ast0_cocci.top_level * Ast0_cocci.top_level) list
4
5 val minus_table :
6 (int list, Ast0_cocci.anything * int Common.set list) Hashtbl.t
7 val plus_table :
8 (int list, Ast0_cocci.anything * int Common.set list) Hashtbl.t