mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Need to remove extraneous printf
This commit is contained in:
parent
aee0525588
commit
d069be3387
1 changed files with 1 additions and 0 deletions
1
gc.c
1
gc.c
|
@ -1,3 +1,4 @@
|
|||
TODO: what the fuck is being printed by the runtime? looks like a time_t? find and remove it from this branch and gc-dev3
|
||||
/* A basic mark-sweep GC
|
||||
As of now, the GC code is based off the implementation from chibi scheme
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue