aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/modops.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2014-11-12 15:50:37 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2014-11-12 15:50:37 +0100
commite74d442cc7732cee262921f3dd8cd42a882f75de (patch)
tree0411fb0d7237105bf629ec50ba0719f07079d63b /kernel/modops.mli
parent21abd69648badb999ea22a77cdaad4630761d0e6 (diff)
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.
Diffstat (limited to 'kernel/modops.mli')
-rw-r--r--kernel/modops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modops.mli b/kernel/modops.mli
index c3f3f2d58..6a6e4282a 100644
--- a/kernel/modops.mli
+++ b/kernel/modops.mli
@@ -50,7 +50,7 @@ val add_module : module_body -> env -> env
(** same as add_module, but for a module whose native code has been linked by
the native compiler. The linking information is updated. *)
-val add_linked_module : module_body -> Pre_env.link_info ref -> env -> env
+val add_linked_module : module_body -> Pre_env.link_info -> env -> env
(** same, for a module type *)
val add_module_type : module_path -> module_type_body -> env -> env