Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / engine / flag_engine.ml
CommitLineData
34e49164
C
1let debug_engine = ref false
2
3(* false = simpler formulas, only for debugging *)
4let useEU = ref true
5
6let disallow_nested_exps = ref false
7
8(* if this flag is not set, then break and continue are also error exits *)
9let only_return_is_error_exit = ref false
10
11(* a hack to allow adding code in some more sgrep-like uses *)
12let allow_inconsistent_paths = ref false