aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declaremods.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-17 15:31:38 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-17 15:31:38 +0000
commitc8cb2a79223ccb9585d427764e5ca59b1c1f3c67 (patch)
treebbe174ee5532d13319f829573f6b356836305f3a /library/declaremods.ml
parent3d09e39dd423d81c6af3e991d5b282ea8608646b (diff)
Lib.contents () instead of Lib.contents_after None
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16627 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/declaremods.ml')
-rw-r--r--library/declaremods.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declaremods.ml b/library/declaremods.ml
index a5804eb53..0a5b61656 100644
--- a/library/declaremods.ml
+++ b/library/declaremods.ml
@@ -920,7 +920,7 @@ let iter_all_segments f =
| sp, Leaf o -> f sp o
| _ -> ()
in
- List.iter apply_node (Lib.contents_after None)
+ List.iter apply_node (Lib.contents ())
let debug_print_modtab _ =