diff options
| author | soubiran | 2008-11-25 11:49:31 +0000 |
|---|---|---|
| committer | soubiran | 2008-11-25 11:49:31 +0000 |
| commit | eaffc4814c22f879377cb1a6f76a18409e7e81e4 (patch) | |
| tree | e4fac7e04b1b9c1359838a1cb8f916d19f249943 | |
| parent | 0f22ef93c84513d01964eedbcbebf9763d641c30 (diff) | |
correction bug 1997.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11630 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | library/library.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml index ab92bb6769..fd9d93eb40 100644 --- a/library/library.ml +++ b/library/library.ml @@ -615,7 +615,7 @@ let import_module export (loc,qid) = if Lib.is_modtype () || Lib.is_module () || not export then add_anonymous_leaf (in_import (dir, export)) else - add_anonymous_leaf (in_require ([],[dir], Some export)) + add_anonymous_leaf (in_import (dir, export)) | mp -> Declaremods.import_module export mp with |
