summaryrefslogtreecommitdiff
path: root/byterun/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/custom.c')
-rw-r--r--byterun/custom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/custom.c b/byterun/custom.c
index b2d7b52065..5f6e7f9a0a 100644
--- a/byterun/custom.c
+++ b/byterun/custom.c
@@ -83,6 +83,7 @@ struct custom_operations * caml_final_custom_operations(final_fun fn)
ops->hash = custom_hash_default;
ops->serialize = custom_serialize_default;
ops->deserialize = custom_deserialize_default;
+ ops->compare_ext = custom_compare_ext_default;
l = caml_stat_alloc(sizeof(struct custom_operations_list));
l->ops = ops;
l->next = custom_ops_final_table;