This commit is contained in:
Lobo 2026-01-23 18:43:16 -03:00
parent f40fd7eaa1
commit 30ff72b3ae
10 changed files with 103 additions and 43 deletions

View file

@ -32,7 +32,7 @@ V gc_deinit(Gc *);
typedef struct Vm Vm;
V gc_collect(Vm *);
V gc_collect(Vm *, I);
Hd *gc_alloc(Vm *, Z);
#endif