summaryrefslogtreecommitdiff
path: root/bytecomp/emitcode.mli
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2017-08-12 21:24:41 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2018-06-14 15:15:34 +0100
commitb5d1929e878d6d2ccfe6ea349960ee803e9e45c6 (patch)
treeee497c424f62d64cc71626401469ca7efff37686 /bytecomp/emitcode.mli
parentc226df2716e63214c6a3bb2c8cfdff820cd7d661 (diff)
downloadocaml-b5d1929e878d6d2ccfe6ea349960ee803e9e45c6.tar.gz
Whitespace and overlong line fixes.
Diffstat (limited to 'bytecomp/emitcode.mli')
-rw-r--r--bytecomp/emitcode.mli8
1 files changed, 5 insertions, 3 deletions
diff --git a/bytecomp/emitcode.mli b/bytecomp/emitcode.mli
index 8d2fa41caa..95da242e30 100644
--- a/bytecomp/emitcode.mli
+++ b/bytecomp/emitcode.mli
@@ -27,8 +27,9 @@ val to_file: out_channel -> string -> string ->
required_globals: list of compilation units that must be
evaluated before this one
list of instructions to emit *)
-val to_memory: instruction list -> instruction list ->
- Misc.LongString.t * (reloc_info * int) list * debug_event list
+val to_memory:
+ instruction list -> instruction list ->
+ Misc.LongString.t * (reloc_info * int) list * debug_event list
(* Arguments:
initialization code (terminated by STOP)
function code
@@ -46,4 +47,5 @@ val to_packed_file:
val reset: unit -> unit
-val marshal_to_channel_with_possibly_32bit_compat : filename:string -> kind:string -> out_channel -> 'a -> unit
+val marshal_to_channel_with_possibly_32bit_compat :
+ filename:string -> kind:string -> out_channel -> 'a -> unit