diff options
| author | ppedrot | 2011-11-24 14:18:19 +0000 |
|---|---|---|
| committer | ppedrot | 2011-11-24 14:18:19 +0000 |
| commit | fabae66b541378df3ff0c1e941b38759c19f6129 (patch) | |
| tree | efb605b835ce2d58378b2a15a4211698da3b017a /proofs | |
| parent | 1f26b8591f3698699ee2143f5244a5d57243e283 (diff) | |
Added a DEPRECATED flag in declaration of options. For now only two options are declared as such, but I suspect Coq to contain some more.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14724 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_global.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml index 99552c5529..e9af46ba9b 100644 --- a/proofs/proof_global.ml +++ b/proofs/proof_global.ml @@ -45,6 +45,7 @@ let default_proof_mode = ref standard let _ = Goptions.declare_string_option {Goptions. optsync = true ; + optdepr = false; optname = "default proof mode" ; optkey = ["Default";"Proof";"Mode"] ; optread = begin fun () -> @@ -386,6 +387,7 @@ module Bullet = struct let _ = Goptions.declare_string_option {Goptions. optsync = true; + optdepr = false; optname = "bullet behavior"; optkey = ["Bullet";"Behavior"]; optread = begin fun () -> |
