diff options
| author | Maxime Dénès | 2017-07-19 17:20:30 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 17:20:30 +0200 |
| commit | 9ccba83b916523107d6c692b3147d0d91ec03411 (patch) | |
| tree | 025a91cf689fa1823973fa55bc871c7b8eb9affc /vernac | |
| parent | 2a5cb4c63cf0d8efe5ce023150f389fd9d5cf2ea (diff) | |
| parent | fe56933b466a3d833d161828a34aab7a6b621b00 (diff) | |
Merge PR #855: Deprecate options that were introduced for compatibility with 8.5.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/obligations.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/obligations.ml b/vernac/obligations.ml index c0acdaf57d..5647a9c4f7 100644 --- a/vernac/obligations.ml +++ b/vernac/obligations.ml @@ -350,7 +350,7 @@ let get_shrink_obligations () = !shrink_obligations let _ = declare_bool_option - { optdepr = true; + { optdepr = true; (* remove in 8.8 *) optname = "Shrinking of Program obligations"; optkey = ["Shrink";"Obligations"]; optread = get_shrink_obligations; |
