From fabae66b541378df3ff0c1e941b38759c19f6129 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Thu, 24 Nov 2011 14:18:19 +0000 Subject: 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 --- plugins/subtac/subtac_obligations.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/subtac') diff --git a/plugins/subtac/subtac_obligations.ml b/plugins/subtac/subtac_obligations.ml index 74ee05bbc6..a719a9f9af 100644 --- a/plugins/subtac/subtac_obligations.ml +++ b/plugins/subtac/subtac_obligations.ml @@ -82,6 +82,7 @@ open Goptions let _ = declare_bool_option { optsync = true; + optdepr = false; optname = "transparency of Program obligations"; optkey = ["Transparent";"Obligations"]; optread = get_proofs_transparency; @@ -98,6 +99,7 @@ open Goptions let _ = declare_bool_option { optsync = true; + optdepr = false; optname = "Hidding of Program obligations"; optkey = ["Hide";"Obligations"]; optread = get_hide_obligations; -- cgit v1.2.3