aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml2
-rw-r--r--lib/flags.mli4
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index d8355e3e10..f62ed20e5d 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -175,3 +175,5 @@ let no_native_compiler = ref Coq_config.no_native_compiler
(* Print the mod uid associated to a vo file by the native compiler *)
let print_mod_uid = ref false
+
+let tactic_context_compat = ref false
diff --git a/lib/flags.mli b/lib/flags.mli
index 3965713fe2..c170c2669a 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -104,3 +104,7 @@ val no_native_compiler : bool ref
(* Print the mod uid associated to a vo file by the native compiler *)
val print_mod_uid : bool ref
+
+val tactic_context_compat : bool ref
+(** Set to [true] to trigger the compatibility bugged context matching (old
+ context vs. appcontext) is set. *)