aboutsummaryrefslogtreecommitdiff
path: root/library/lib.ml
diff options
context:
space:
mode:
authorfilliatr1999-12-08 15:15:47 +0000
committerfilliatr1999-12-08 15:15:47 +0000
commitc4dccc430e10b784e65b5bf3330c55d658d2883d (patch)
tree42afd0f7ff5f3c2079f65597fe15f46a1b830203 /library/lib.ml
parentb3e6d156fbc13ae6d79075265fc20f8912c520da (diff)
deplacement de Discharge dans toplevel
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@222 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.ml')
-rw-r--r--library/lib.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/lib.ml b/library/lib.ml
index b9964a87f9..457a27f6e2 100644
--- a/library/lib.ml
+++ b/library/lib.ml
@@ -132,7 +132,8 @@ let close_section s =
lib_stk := before;
add_entry sp (ClosedSection (s,after));
add_frozen_state ();
- pop_path_prefix ()
+ pop_path_prefix ();
+ (sp,after)
(* The following function exports the whole library segment, that will be
saved as a module. Objects are presented in chronological order, and