diff options
Diffstat (limited to 'kernel/nativecode.mli')
| -rw-r--r-- | kernel/nativecode.mli | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/kernel/nativecode.mli b/kernel/nativecode.mli index 5d8ae96f05..f6a0c79f4f 100644 --- a/kernel/nativecode.mli +++ b/kernel/nativecode.mli @@ -51,14 +51,10 @@ val empty_updates : code_location_updates val register_native_file : string -> unit val compile_constant_field : env -> string -> constant -> - global list * code_location_updates -> - constant_body -> - global list * code_location_updates + global list -> constant_body -> global list val compile_mind_field : string -> module_path -> label -> - global list * code_location_updates -> - mutual_inductive_body -> - global list * code_location_updates + global list -> mutual_inductive_body -> global list val mk_conv_code : env -> string -> constr -> constr -> linkable_code val mk_norm_code : env -> string -> constr -> linkable_code @@ -67,6 +63,8 @@ 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 update_locations : code_location_updates -> unit val add_header_comment : global list -> string -> global list |
