aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/lib.ml
diff options
context:
space:
mode:
authorGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-01-10 17:13:30 +0000
committerGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-01-10 17:13:30 +0000
commit504ab5e2aeb2b204c3ba1d6f4af5b52e6f88b604 (patch)
treebad714a901cc0b82bb725f43dccd2b81ab209bd2 /library/lib.ml
parentbce104e3bb510fb10df2ecddebb47514328f2b8d (diff)
Merge with Lionel Elie Mamane's private branch:
- Fix previous merge (semantic/type conflict in code added minutes before my commit). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9477 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.ml')
-rw-r--r--library/lib.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/lib.ml b/library/lib.ml
index c51dc79a7..e625fe215 100644
--- a/library/lib.ml
+++ b/library/lib.ml
@@ -506,7 +506,7 @@ let discharge_item ((sp,_ as oname),e) =
| Leaf lobj ->
option_map (fun o -> (basename sp,o)) (discharge_object (oname,lobj))
| FrozenState _ -> None
- | ClosedSection -> None
+ | ClosedSection _ | ClosedModtype _ | ClosedModule _ -> None
| OpenedSection _ | OpenedModtype _ | OpenedModule _ | CompilingLibrary _ ->
anomaly "discharge_item"