Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59762
Collapse All | Expand All

(-)unison-2.9.1/ubase/uprintf.ml (-2 / +2 lines)
Lines 10-17 Link Here
10
(*                                                                     *)
10
(*                                                                     *)
11
(***********************************************************************)
11
(***********************************************************************)
12
12
13
external format_int: string -> int -> string = "format_int"
13
external format_int: string -> int -> string = "caml_format_int"
14
external format_float: string -> float -> string = "format_float"
14
external format_float: string -> float -> string = "caml_format_float"
15
15
16
let fprintf outchan doafter format =
16
let fprintf outchan doafter format =
17
  let format = (Obj.magic format : string) in
17
  let format = (Obj.magic format : string) in

Return to bug 59762