aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xml/cic2acic.ml2
-rw-r--r--contrib/xml/xmlcommand.ml42
2 files changed, 2 insertions, 2 deletions
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")