mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
$NetBSD: patch-yl,v 1.1.1.1 2009/10/28 06:13:40 dholland Exp $
|
|
|
|
Fix integer types for modern ocaml.
|
|
|
|
--- Pict/syntax.ml.orig 2009-10-27 20:27:57.000000000 -0400
|
|
+++ Pict/syntax.ml 2009-10-27 20:28:16.000000000 -0400
|
|
@@ -74,7 +74,7 @@ and value =
|
|
| VARv of info * string
|
|
| BOOLv of info * bool
|
|
| CHARv of info * char
|
|
-| INTv of info * int
|
|
+| INTv of info * int32
|
|
| LETv of info * dec * value
|
|
| RECv of info * value * ty option
|
|
| CONv of info * ty option * value
|