diff options
Diffstat (limited to 'byterun/custom.c')
-rw-r--r-- | byterun/custom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/custom.c b/byterun/custom.c index 8e3f4a50f..24281db84 100644 --- a/byterun/custom.c +++ b/byterun/custom.c @@ -22,7 +22,7 @@ #include "mlvalues.h" CAMLexport value caml_alloc_custom(struct custom_operations * ops, - unsigned long size, + uintnat size, mlsize_t mem, mlsize_t max) { |