diff options
| author | herbelin | 2009-10-04 10:50:39 +0000 |
|---|---|---|
| committer | herbelin | 2009-10-04 10:50:39 +0000 |
| commit | 3b57619bd5dc164dcb51ad4fb390efd258940917 (patch) | |
| tree | a86ebb8f52443374966b496de5b361166c4ed02d /pretyping | |
| parent | 88909c92cad0044dac83539b2b3d385242ed851e (diff) | |
Changed the way to support compatibility with previous versions.
Compatibility version is now a global parameter that every feature can
individually browse. This avoids having to keep the names of options
synchronous in their respective files and in now-removed file coqcompat.ml.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12372 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/unification.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/unification.ml b/pretyping/unification.ml index fe18a0d192..e8d95a7985 100644 --- a/pretyping/unification.ml +++ b/pretyping/unification.ml @@ -160,6 +160,7 @@ let default_no_delta_unify_flags = { let use_evars_pattern_unification flags = !global_evars_pattern_unification_flag && flags.use_evars_pattern_unification + && Flags.version_strictly_greater Flags.V8_2 let expand_key env = function | Some (ConstKey cst) -> constant_opt_value env cst |
