$NetBSD$

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
