diff --git a/runtime.c b/runtime.c index 19179507..77eb9a0e 100644 --- a/runtime.c +++ b/runtime.c @@ -5365,7 +5365,7 @@ static char *gc_fixup_moved_obj(gc_thread_data * thd, int *alloci, char *obj, return (char *)hp; } -char *gc_move(char *obj, gc_thread_data * thd, int *alloci, int *heap_grown) +static char *gc_move(char *obj, gc_thread_data * thd, int *alloci, int *heap_grown) { gc_heap_root *heap = thd->heap; if (!is_object_type(obj))