aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativelib.mli')
-rw-r--r--kernel/nativelib.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli
index a2633ac2c..1c60221f0 100644
--- a/kernel/nativelib.mli
+++ b/kernel/nativelib.mli
@@ -16,9 +16,9 @@ val load_obj : (string -> unit) ref
val get_ml_filename : unit -> string * string
-val compile : string -> global list -> int * string
+val compile : string -> global list -> bool * string
-val compile_library : Names.dir_path -> global list -> string -> int
+val compile_library : Names.dir_path -> global list -> string -> bool
val call_linker :
?fatal:bool -> string -> string -> code_location_updates option -> unit