diff options
| author | sacerdot | 2000-11-29 13:54:06 +0000 |
|---|---|---|
| committer | sacerdot | 2000-11-29 13:54:06 +0000 |
| commit | 72a492aca3548056d225a846fad5fcf3e1a0efba (patch) | |
| tree | 1a9877ccb9ec4a4213e7e8b6d979c9c151d3ed88 | |
| parent | abadb86e1aa2e8661af8f858dd15e3b743c8ca8b (diff) | |
load_path_entry structure simplified; field relative_subdir renamed to coq_dirpath
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1022 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | toplevel/mltop.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/mltop.ml4 b/toplevel/mltop.ml4 index e1ed881930..67fc23a2f1 100644 --- a/toplevel/mltop.ml4 +++ b/toplevel/mltop.ml4 @@ -36,7 +36,7 @@ open Vernacinterp let coq_mlpath_copy = ref [] let keep_copy_mlpath s = let dir = glob s in - let lpe = { directory = dir; root_dir = dir; relative_subdir = [] } in + let lpe = { directory = dir; coq_dirpath = [] } in coq_mlpath_copy := lpe :: !coq_mlpath_copy (* If there is a toplevel under Coq *) |
