aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorletouzey2013-08-22 14:30:01 +0000
committerletouzey2013-08-22 14:30:01 +0000
commitf6d8fc17dc9474e4d043cf709d672d9259599354 (patch)
tree3e05dce982c2bebb63f432064136d927a227e0c7 /interp
parent08e7ec2c48c5ca666ad42b5f969576e6aa43d2ea (diff)
Nicer code concerning dirpaths and modpath around Lib
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16727 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
-rw-r--r--interp/coqlib.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/coqlib.ml b/interp/coqlib.ml
index aac7f9a280..ab4a6a25cd 100644
--- a/interp/coqlib.ml
+++ b/interp/coqlib.ml
@@ -69,8 +69,8 @@ let check_required_library d =
let dir = make_dir d in
if Library.library_is_loaded dir then ()
else
- let in_current_dir = match Lib.current_prefix () with
- | MPfile dp, _ -> DirPath.equal dir dp
+ let in_current_dir = match Lib.current_mp () with
+ | MPfile dp -> DirPath.equal dir dp
| _ -> false
in
if not in_current_dir then