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.mli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/flags.mli') 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. *) -- cgit v1.2.3