summaryrefslogtreecommitdiffstats
path: root/otherlibs/bigarray/bigarray_stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/bigarray/bigarray_stubs.c')
-rw-r--r--otherlibs/bigarray/bigarray_stubs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/bigarray/bigarray_stubs.c b/otherlibs/bigarray/bigarray_stubs.c
index 787b99e12..e7bee339b 100644
--- a/otherlibs/bigarray/bigarray_stubs.c
+++ b/otherlibs/bigarray/bigarray_stubs.c
@@ -76,7 +76,8 @@ static struct custom_operations caml_ba_ops = {
caml_ba_compare,
caml_ba_hash,
caml_ba_serialize,
- caml_ba_deserialize
+ caml_ba_deserialize,
+ custom_compare_ext_default
};
/* Multiplication of unsigned longs with overflow detection */