aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2001-09-06 12:22:11 +0000
committerherbelin2001-09-06 12:22:11 +0000
commit78c7af076ae9cbe1a343be0811ad620901c4bee0 (patch)
tree8be76e571d602454f45ec3107891dfd0d0134131
parent2fac2137bf72662bad76d9baa54611bec8a4143a (diff)
Bug default module name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1923 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--library/lib.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/lib.ml b/library/lib.ml
index 8fc7a4e9cb..34958ed275 100644
--- a/library/lib.ml
+++ b/library/lib.ml
@@ -36,7 +36,7 @@ and library_segment = library_entry list
let lib_stk = ref ([] : (section_path * node) list)
-let default_module = make_dirpath [id_of_string "Scratch"]
+let default_module = make_dirpath Nametab.default_root_prefix
let module_name = ref None
let path_prefix = ref (default_module : dir_path)