aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-28 22:51:36 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-28 22:51:36 +0000
commit02dddc0fd65eff35fe00a180e99a2816ab2c6b6a (patch)
tree392303cc04fd9686bbc4ceab7b806108b897da6a /lib/flags.ml
parente9f511f4f4d9989e4cb6ba290f46ea7dba3089f7 (diff)
Setting "appcontext" as the default behaviour in Ltac matching.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16537 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index d8355e3e1..f62ed20e5 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