aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml
diff options
context:
space:
mode:
authorcoq2002-12-19 16:57:45 +0000
committercoq2002-12-19 16:57:45 +0000
commitbb6f20a2ee88f264fa2c73c5a3ed306008791f7d (patch)
treee065248fcc1818fbb7c2f1c29131977c14722a55 /contrib/xml
parent57cd43543edfc8961038e2da734c6477ff5ae2bc (diff)
Petit netoyage dans lib
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3463 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml')
-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")