Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / parsing_c / compare_c.mli
index 1d7d504..82b1a61 100644 (file)
@@ -1,17 +1,18 @@
-type compare_result = 
-  | Correct 
+type compare_result =
+  | Correct
   | Pb of string
   | PbOnlyInNotParsedCorrectly of string
 
 
 (* the string list is the output of diff *)
 
-val compare_ast : 
- Common.filename -> Common.filename -> compare_result * string list 
-val compare_token :
+val compare_ast :
+ Common.filename -> Common.filename -> compare_result * string list
+
+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