X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/9f8e26f459677a621822918b7539ae94214621ac..aba5c4579802a0df4fc1e60559a8ff389cc0cc42:/flag_cocci.ml diff --git a/flag_cocci.ml b/flag_cocci.ml index 55510d6..eb7ce20 100644 --- a/flag_cocci.ml +++ b/flag_cocci.ml @@ -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)