- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / flag_cocci.ml
index e50d088..f8878f7 100644 (file)
@@ -24,6 +24,7 @@
  *)
 
 
+# 0 "./flag_cocci.ml"
 (* the inputs *)
 let show_c = ref false
 let show_cocci = ref false
@@ -66,6 +67,8 @@ let include_path = ref ([] : string list)
 
 let relax_include_path = ref false
 
+let extra_includes = ref ([] : string list)
+
 let timeout = ref (None : int option)
 
 let worth_trying_opt = ref true