From a49fb1e4334aa40ee14849f516838facd4e5cf6b Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Fri, 10 Dec 2021 23:14:36 +0000 Subject: Make reset_minor_tables static --- runtime/minor_gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/minor_gc.c') diff --git a/runtime/minor_gc.c b/runtime/minor_gc.c index bb9a7b814a..af21324465 100644 --- a/runtime/minor_gc.c +++ b/runtime/minor_gc.c @@ -94,7 +94,7 @@ struct caml_minor_tables* caml_alloc_minor_tables() return r; } -void reset_minor_tables(struct caml_minor_tables* r) +static void reset_minor_tables(struct caml_minor_tables* r) { reset_table((struct generic_table *)&r->major_ref); reset_table((struct generic_table *)&r->ephe_ref); -- cgit v1.2.1