summaryrefslogtreecommitdiff
path: root/bytecomp/emitcode.mli
diff options
context:
space:
mode:
authorhhugo <hugo.heuzard@gmail.com>2017-05-05 07:18:40 +0100
committerMark Shinwell <mshinwell@gmail.com>2017-05-05 07:18:40 +0100
commitb14e6fee9bda6fae0fcb7ea904d338d9199df606 (patch)
tree80b62daf8680a982f46a7c69b2e51876ffc7e337 /bytecomp/emitcode.mli
parent2dc86211178f1b51fbe4da3fa3fd7391585e52c6 (diff)
downloadocaml-b14e6fee9bda6fae0fcb7ea904d338d9199df606.tar.gz
Compiler: -compat-32 flag when building cmo/cma. (#896)
* Complier: -compat-32 flag when building cmo/cma. Compiler: refactor -compat-32 support Update Changes Complier: more -compat-32 checks in emitcode. * add tests for the -compat-32 flag
Diffstat (limited to 'bytecomp/emitcode.mli')
-rw-r--r--bytecomp/emitcode.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecomp/emitcode.mli b/bytecomp/emitcode.mli
index 74a785ee0f..414211cda3 100644
--- a/bytecomp/emitcode.mli
+++ b/bytecomp/emitcode.mli
@@ -46,3 +46,5 @@ val to_packed_file:
relocation information (reversed) *)
val reset: unit -> unit
+
+val marshal_to_channel_with_possibly_32bit_compat : filename:string -> kind:string -> out_channel -> 'a -> unit