From e74d442cc7732cee262921f3dd8cd42a882f75de Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 12 Nov 2014 15:50:37 +0100 Subject: Cleaner interfaces for linking locations of native compiler. Stop sharing those references across constants of the same module, which was triggering some bugs when using native_compute in interactive mode in a functor declaration. --- kernel/nativecode.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/nativecode.mli') diff --git a/kernel/nativecode.mli b/kernel/nativecode.mli index 7e7094963..772986521 100644 --- a/kernel/nativecode.mli +++ b/kernel/nativecode.mli @@ -67,7 +67,7 @@ val mk_library_header : dir_path -> global list val mod_uid_of_dirpath : dir_path -> string -val link_info_of_dirpath : dir_path -> link_info ref +val link_info_of_dirpath : dir_path -> link_info val update_locations : code_location_updates -> unit -- cgit v1.2.3