aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMaxime Dénès2015-01-15 13:44:42 +0100
committerMaxime Dénès2015-01-15 13:44:42 +0100
commit17b127167f82d5c8ebf998f0c6d946870c1322aa (patch)
tree2b1ce15cb1ec87c444e99e3af4390d02da1f1778 /kernel
parent25ff4164eff11d09c1147a8174f5714d3a31bbd3 (diff)
parent93fa642fa5e4134d034a1f10fe6dffa4a36182cf (diff)
Merge branch 'v8.5' into trunk
Conflicts: tools/coq_makefile.ml
Diffstat (limited to 'kernel')
-rw-r--r--kernel/nativelib.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli
index b4a3639f77..0941dc56ce 100644
--- a/kernel/nativelib.mli
+++ b/kernel/nativelib.mli
@@ -10,6 +10,9 @@ open Nativecode
(** This file provides facilities to access OCaml compiler and dynamic linker,
used by the native compiler. *)
+(* Directory where compiled files are stored *)
+val output_dir : string
+
val get_load_paths : (unit -> string list) ref
val load_obj : (string -> unit) ref