diff options
Diffstat (limited to 'kernel/nativecode.ml')
| -rw-r--r-- | kernel/nativecode.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativecode.ml b/kernel/nativecode.ml index 4263b3b508..2ac8e4f934 100644 --- a/kernel/nativecode.ml +++ b/kernel/nativecode.ml @@ -1430,7 +1430,7 @@ let string_of_dirpath s = "N"^string_of_dirpath s let mod_uid_of_dirpath dir = string_of_dirpath (repr_dirpath dir) let link_info_of_dirpath dir = - ref (Linked (mod_uid_of_dirpath dir ^ ".")) + Linked (mod_uid_of_dirpath dir ^ ".") let string_of_name x = match x with |
