aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorppedrot2011-11-24 14:18:19 +0000
committerppedrot2011-11-24 14:18:19 +0000
commitfabae66b541378df3ff0c1e941b38759c19f6129 (patch)
treeefb605b835ce2d58378b2a15a4211698da3b017a /parsing
parent1f26b8591f3698699ee2143f5244a5d57243e283 (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 'parsing')
-rw-r--r--parsing/printmod.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/printmod.ml b/parsing/printmod.ml
index cf2aad2038..9cf76585e6 100644
--- a/parsing/printmod.ml
+++ b/parsing/printmod.ml
@@ -28,6 +28,7 @@ let short = ref false
let _ =
declare_bool_option
{ optsync = true;
+ optdepr = false;
optname = "short module printing";
optkey = ["Short";"Module";"Printing"];
optread = (fun () -> !short) ;