From 02dddc0fd65eff35fe00a180e99a2816ab2c6b6a Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 28 May 2013 22:51:36 +0000 Subject: 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 --- lib/flags.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/flags.ml') 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 -- cgit v1.2.3