mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
$NetBSD: patch-yk,v 1.1.1.1 2009/10/28 06:13:40 dholland Exp $
|
|
|
|
Fix integer types for modern ocaml.
|
|
|
|
--- Pict/simplify.mli.orig 2009-10-27 20:40:19.000000000 -0400
|
|
+++ Pict/simplify.mli 2009-10-27 20:40:51.000000000 -0400
|
|
@@ -46,7 +46,7 @@ and value =
|
|
| VARv of Inter.atom
|
|
| BOOLv of bool
|
|
| CHARv of char
|
|
-| INTv of int
|
|
+| INTv of int32
|
|
| LETv of dec * value
|
|
| IFv of value * value * value
|
|
| ABSv of pat * proc
|