*
This commit is contained in:
parent
f40fd7eaa1
commit
30ff72b3ae
10 changed files with 103 additions and 43 deletions
2
src/gc.h
2
src/gc.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue