Skip to content

Commit

Permalink
Fix NO_GC
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Sep 13, 2024
1 parent eb10f7a commit c5891e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/iron_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void *gc_alloc(size_t size) {
#endif
}

void gc_array(void *ptr, void *ar) {
void gc_array(void *ptr, int *length) {
}

void gc_leaf(void *ptr) {
Expand Down

0 comments on commit c5891e6

Please sign in to comment.