aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativecode.mli
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-19 17:30:01 +0000
committerGitHub2021-03-19 17:30:01 +0000
commitfcfeb5bc45febe1a05f44a0a77b43be6b6905f35 (patch)
treec19d9ebad63e7d38be09fe74f36fb914f9302fd8 /kernel/nativecode.mli
parent1e28f86f1947142095e18f4fdd11ed036e7a6e33 (diff)
parent6d83ea8b97a61dafa7ace5a01e6d66c6b917aeec (diff)
Merge PR #13956: Remove useless prefix argument in native compilation.
Reviewed-by: silene
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 ->