53a661c058
(shamelessly purloined from the Debian package) to make the package compile with ocaml 4.02. Changes in the new version: - compile fix for recent lablgtk releases - do not crash the application with an unreadable style file
8 lines
300 B
OCaml
8 lines
300 B
OCaml
$NetBSD: patch-unidiff.mli,v 1.1 2015/08/09 13:21:42 jaapb Exp $
|
|
|
|
Moved classes to separate module for ocaml 4.02.
|
|
--- unidiff.mli.orig 2007-03-07 21:53:54.000000000 +0000
|
|
+++ unidiff.mli
|
|
@@ -1 +1 @@
|
|
-val show : #App.t -> string -> string -> unit
|
|
+val show : #App_types.t -> string -> string -> unit
|