mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
646 B

  1. --- ./ubase/uprintf.ml.orig 2004-09-15 23:48:34.495893484 +0200
  2. +++ ./ubase/uprintf.ml 2004-09-15 23:54:25.937505754 +0200
  3. @@ -10,8 +10,8 @@
  4. (* *)
  5. (***********************************************************************)
  6. -external format_int: string -> int -> string = "format_int"
  7. -external format_float: string -> float -> string = "format_float"
  8. +external format_int: string -> int -> string = "caml_format_int"
  9. +external format_float: string -> float -> string = "caml_format_float"
  10. let fprintf outchan doafter format =
  11. let format = (Obj.magic format : string) in