diff options
| author | herbelin | 2001-09-24 13:26:57 +0000 |
|---|---|---|
| committer | herbelin | 2001-09-24 13:26:57 +0000 |
| commit | 1ef0edcf4cdae8a7e000db0a03c98e53c3183114 (patch) | |
| tree | 0eba5678099fbb3546dbb51d146842a60b46e198 /library | |
| parent | 17008e9415bb151cb66afdbcc4a7d69a2b9b54c1 (diff) | |
One more boolean test bug
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2057 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library')
| -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 1dac57c84e..df5d588bd7 100644 --- a/library/library.ml +++ b/library/library.ml @@ -71,7 +71,7 @@ let add_load_path_entry (phys_path,coq_path) = (* If this is not the default -I . to coqtop *) && not (phys_path = canonical_path_name Filename.current_dir_name - && coq_path <> Nametab.default_root_prefix) + && coq_path = Nametab.default_root_prefix) then begin (* Assume the user is concerned by module naming *) |
