aboutsummaryrefslogtreecommitdiffhomepage
path: root/library
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-13 18:35:43 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-13 18:35:43 +0000
commit3b75964509a52ec779f64ebded388cc35da1a806 (patch)
tree9f3c3c2a568661dd515c24b217cff48f45b913e2 /library
parentcc47337b01227c35dc42ae4b87b0cba20fde9ed5 (diff)
bug #780: compilation of several units in the same coqtop process
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5900 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
-rw-r--r--library/lib.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/lib.ml b/library/lib.ml
index c5bc798d9..53c6e2b05 100644
--- a/library/lib.ml
+++ b/library/lib.ml
@@ -350,6 +350,7 @@ let end_compilation dir =
" and not " ^ (string_of_dirpath m));
in
let (after,_,before) = split_lib oname in
+ comp_name := None;
!path_prefix,after
(* Returns true if we are inside an opened module type *)