diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/options.ml | 2 | ||||
| -rw-r--r-- | lib/options.mli | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/options.ml b/lib/options.ml index fdfec98d08..a4e00c6b37 100644 --- a/lib/options.ml +++ b/lib/options.ml @@ -51,3 +51,5 @@ let unsafe_set = ref Stringset.empty let add_unsafe s = unsafe_set := Stringset.add s !unsafe_set let is_unsafe s = Stringset.mem s !unsafe_set +(* To deal with two kinds of discharge *) +let immediate_discharge = false diff --git a/lib/options.mli b/lib/options.mli index d36c6a4678..576794f39c 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -26,3 +26,4 @@ val without_mes_ambig : ('a -> 'b) -> 'a -> 'b val add_unsafe : string -> unit val is_unsafe : string -> bool +val immediate_discharge : bool |
