Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / globals / flag.ml
CommitLineData
34e49164
C
1let sgrep_mode2 = ref false
2
3let show_misc = ref true
4
faf9a90c
C
5let show_transinfo = ref false
6
34e49164
C
7let show_trying = ref false
8
9let track_iso_usage = ref false
10
951c7801
C
11type scanner = Glimpse | Google of string | NoScanner
12let scanner = ref NoScanner
34e49164
C
13
14let pyoutput = ref "coccilib.output.Console"
15
16(*"Some" value is the path with respect to which the patch should be created*)
17let patch = ref (None : string option)
18
19let make_hrule = ref (None : string (*dir*) option)
0708f913 20let hrule_per_file = ref true (* if false, then a rule per function *)
485bce71
C
21
22let currentfile = ref (None : string option)
23
24let current_element = ref ""
0708f913 25let dir = ref ""