aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativecode.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-11-19 18:47:04 +0100
committerPierre-Marie Pédrot2021-03-18 15:56:08 +0100
commit6d83ea8b97a61dafa7ace5a01e6d66c6b917aeec (patch)
tree182b1c4e296c4de15c30eefbb1ff96a7ea516691 /kernel/nativecode.mli
parenteeef63b0b09cf90f7a3022ce6f0d7e50a908484c (diff)
Remove useless prefix argument in native compilation.
Diffstat (limited to 'kernel/nativecode.mli')
-rw-r--r--kernel/nativecode.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativecode.mli b/kernel/nativecode.mli
index 90525a19b2..17312ec8ea 100644
--- a/kernel/nativecode.mli
+++ b/kernel/nativecode.mli
@@ -65,7 +65,7 @@ val register_native_file : string -> unit
val is_loaded_native_file : string -> bool
-val compile_constant_field : env -> string -> Constant.t ->
+val compile_constant_field : env -> Constant.t ->
global list -> 'a constant_body -> global list
val compile_mind_field : ModPath.t -> Label.t ->