aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/goptions.ml
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-27 15:30:35 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-27 15:30:35 +0000
commitc1c4dce6754c270ae9b8d504bab98241717fe7ff (patch)
treec8abf78e6b7784edcbfd1f8866ce32f3fd203749 /library/goptions.ml
parent93319f516c8c36a7d3691e775ebfd675aa6fb7cc (diff)
Correction du bug #1170: les options synchronisées déclarées dans une section ne survivent plus à la fin de la section.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9060 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/goptions.ml')
-rw-r--r--library/goptions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/goptions.ml b/library/goptions.ml
index 43c4da14a..4eb8f2402 100644
--- a/library/goptions.ml
+++ b/library/goptions.ml
@@ -253,7 +253,7 @@ let declare_option cast uncast
unfreeze_function = write;
init_function = (fun () -> write default);
survive_module = false;
- survive_section = true}
+ survive_section = false}
in
fun v -> add_anonymous_leaf (decl_obj v)
else write