c1c1a073e7b8459d357a3a1288a1f4d2f7fd218f vs 1d7d5042573f4b8790ee42bea28a477bd736b2e0
[bpt/coccinelle.git] / parsing_c / compare_c.mli
index 1d7d504..c1c1a07 100644 (file)
@@ -8,10 +8,11 @@ type compare_result =
 
 val compare_ast : 
  Common.filename -> Common.filename -> compare_result * string list 
-val compare_token :
+
+val compare_default : (* compare to a res file *)
   Common.filename -> Common.filename -> compare_result * string list
 
-val compare_default : 
+val compare_to_original : (* compare to the source of the transformation *)
   Common.filename -> Common.filename -> compare_result * string list