Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / parsing_cocci / unitary_ast0.ml
index 4002eb9..c113c4d 100644 (file)
@@ -40,7 +40,7 @@ let rec nub = function
 let minus_checker name = let id = Ast0.unwrap_mcode name in [id]
 
 (* take only what is in the plus code *)
-let plus_checker (nm,_,_,mc,_) =
+let plus_checker (nm,_,_,mc,_,_) =
   match mc with Ast0.PLUS -> [nm] | _ -> []
 
 let get_free checker t =