Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / flag_cocci.ml
index 55510d6..eb7ce20 100644 (file)
@@ -1,4 +1,6 @@
 (*
+ * Copyright 2010, INRIA, University of Copenhagen
+ * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
  * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
  * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
  * This file is part of Coccinelle.
@@ -53,12 +55,12 @@ type include_options =
     I_UNSPECIFIED | I_NO_INCLUDES | I_NORMAL_INCLUDES | I_ALL_INCLUDES
 let include_options = ref I_UNSPECIFIED
 
-let include_path = ref (None : string option)
+let include_path = ref ([] : string list)
 (* if true then when have a #include "../../xx.h", we look also for xx.h in
  * current directory. This is because of how works extract_c_and_res
  *)
 
-let relax_include_path = ref false 
+let relax_include_path = ref false
 
 let timeout = ref (None : int option)