Release coccinelle-0.1.6a
[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
11let use_glimpse = ref false
12
13let pyoutput = ref "coccilib.output.Console"
14
15(*"Some" value is the path with respect to which the patch should be created*)
16let patch = ref (None : string option)
17
18let make_hrule = ref (None : string (*dir*) option)
0708f913 19let hrule_per_file = ref true (* if false, then a rule per function *)
485bce71
C
20
21let currentfile = ref (None : string option)
22
23let current_element = ref ""
0708f913 24let dir = ref ""