summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Andrieu <oandrieu@gmail.com>2010-01-19 10:47:28 +0100
committerOlivier Andrieu <oandrieu@gmail.com>2010-01-19 10:47:28 +0100
commit9b98e9dda31ad502a10c60fba5036146a0082c9a (patch)
treec07fa1c40a1193af497f2bd0003352c0e623c5fc
parent13c7da8f40da6eeffe2545e1c926ce9955849648 (diff)
update on previous commit
-rw-r--r--README2
-rw-r--r--src/ml_cairo_bigarr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a369e00..6d8e586 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ If you want to disable LablGTK support, run configure with
Dependencies
============
- ocaml >= 3.11
+ ocaml >= 3.10
cairo >= 1.2.0
libsvg-cairo optional >= 0.1.5
LablGTK optional, GTK+ >= 2.8
diff --git a/src/ml_cairo_bigarr.c b/src/ml_cairo_bigarr.c
index 4f114d0..7466116 100644
--- a/src/ml_cairo_bigarr.c
+++ b/src/ml_cairo_bigarr.c
@@ -11,7 +11,7 @@
#include <caml/bigarray.h>
/* This prototype is only exported since OCaml 3.11 */
-unsigned long caml_ba_byte_size (struct caml_ba_array *);
+uintnat caml_ba_byte_size (struct caml_ba_array *);
CAMLprim value
ml_bigarray_byte_size (value b)