diff options
| author | Guillaume Melquiond | 2016-11-22 17:54:14 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2017-06-14 07:33:11 +0200 |
| commit | 180b3739bb6601ff9aaf951e4b87e0bb45341b77 (patch) | |
| tree | 26ec304df95214c6da437764393de25337d1e874 /engine | |
| parent | 5e93f1e95853c3614df813845b94051a45f1a749 (diff) | |
Deprecate options that were introduced for compatibility with 8.4.
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/namegen.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/namegen.ml b/engine/namegen.ml index e635dc163a..783085654e 100644 --- a/engine/namegen.ml +++ b/engine/namegen.ml @@ -417,7 +417,7 @@ let use_h_based_elimination_names () = !h_based_elimination_names open Goptions let _ = declare_bool_option - { optdepr = false; + { optdepr = true; (* remove in 8.8 *) optname = "use of \"H\"-based proposition names in elimination tactics"; optkey = ["Standard";"Proposition";"Elimination";"Names"]; optread = (fun () -> !h_based_elimination_names); |
