mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
$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
|