$NetBSD: patch-yf,v 1.1.1.1 2009/10/28 06:13:40 dholland Exp $ Fix integer types for modern ocaml. --- Pict/inter.mli.orig 2009-10-27 20:41:27.000000000 -0400 +++ Pict/inter.mli 2009-10-27 20:41:36.000000000 -0400 @@ -59,7 +59,7 @@ type proc = | SKIP and atom = - INT of int + INT of int32 | CHAR of char | BOOL of bool | ADDR of Var.var