2013-09-26 17:14:40 +02:00

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