aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authordelahaye2000-10-30 16:54:38 +0000
committerdelahaye2000-10-30 16:54:38 +0000
commit69953ca730d5f05ce3925273ae6e8018aa564959 (patch)
tree33db70517fbc4dce3475ca3c236f00c0f2b6c85a /library
parent3057d53b0bfbb3c15e9d9d6942b35dfef495fe24 (diff)
Pour le Require Export (temporaire)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@784 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
-rw-r--r--library/library.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml
index 2a6003d526..85e9708fee 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -132,7 +132,7 @@ let rec load_module_from doexp s f =
module_compiled_env = md.md_compiled_env;
module_declarations = md.md_declarations;
module_opened = false;
- module_exported = false;
+ module_exported = doexp;
module_deps = md.md_deps;
module_digest = digest } in
if s <> md.md_name then