Coccinelle release 1.0.0-rc14
[bpt/coccinelle.git] / parsing_cocci / flag_parsing_cocci.ml
index b824e26..ee60b08 100644 (file)
@@ -24,6 +24,7 @@
  *)
 
 
+# 0 "./flag_parsing_cocci.ml"
 (* uses E rather than A and adds comments indicating the start and end of
 each matched term *)
 
@@ -32,6 +33,9 @@ let sgrep_mode = ref false (* no longer supported, subsumed by sgrep2 *)
 let show_SP = ref false
 let show_iso_failures = ref true
 
+(* interpret the patch in an inverted way *)
+let interpret_inverted = ref false
+
 let iso_limit = ref (None : int option) (*(Some 3)*)
 let disabled_isos = ref ([] : string list)