8 lines
85 B
C
8 lines
85 B
C
|
|
#if 0
|
|
|
|
void gc_mark_as_mortal(
|
|
struct gc* gc,
|
|
struct value* value);
|
|
|
|
#endif
|