Release coccinelle-0.1.2
[bpt/coccinelle.git] / globals / flag.ml
CommitLineData
34e49164
C
1let sgrep_mode2 = ref false
2
3let show_misc = ref true
4
5let show_trying = ref false
6
7let track_iso_usage = ref false
8
9let use_glimpse = ref false
10
11let pyoutput = ref "coccilib.output.Console"
12
13(*"Some" value is the path with respect to which the patch should be created*)
14let patch = ref (None : string option)
15
16let make_hrule = ref (None : string (*dir*) option)
485bce71
C
17
18let currentfile = ref (None : string option)
19
20let current_element = ref ""
21