From bb6f20a2ee88f264fa2c73c5a3ed306008791f7d Mon Sep 17 00:00:00 2001 From: coq Date: Thu, 19 Dec 2002 16:57:45 +0000 Subject: Petit netoyage dans lib git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3463 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/xml/cic2acic.ml | 2 +- contrib/xml/xmlcommand.ml4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/xml/cic2acic.ml b/contrib/xml/cic2acic.ml index 1cd33f53c4..c0bdf07a3e 100644 --- a/contrib/xml/cic2acic.ml +++ b/contrib/xml/cic2acic.ml @@ -3,7 +3,7 @@ exception TwoModulesWhoseDirPathIsOneAPrefixOfTheOther;; let get_module_path_of_section_path path = let dirpath = fst (Libnames.repr_path path) in - let modules = Lib.module_dp () :: (Library.loaded_libraries ()) in + let modules = Lib.library_dp () :: (Library.loaded_libraries ()) in match List.filter (function modul -> Libnames.is_dirpath_prefix_of modul dirpath) modules diff --git a/contrib/xml/xmlcommand.ml4 b/contrib/xml/xmlcommand.ml4 index 3aaf77615e..e2b49a391e 100644 --- a/contrib/xml/xmlcommand.ml4 +++ b/contrib/xml/xmlcommand.ml4 @@ -958,7 +958,7 @@ with _ -> print_if_verbose ("EXCEPTION RAISED!!!\n"); | he::tl -> pvars := tl end ; print_if_verbose "/ClosedDir\n" - | L.CompilingModule (s,_) -> + | L.CompilingLibrary (s,_) -> print_if_verbose ("Library " ^ (Names.string_of_dirpath s) ^ "\n") | L.OpenedModtype ((s,_), _) -> print_if_verbose ("Open Module Type " ^ (Names.string_of_dirpath s) ^ "\n") -- cgit v1.2.3