lisp-take-1/gc/mark_as_mortal.h
2024-11-28 18:36:25 -06:00

8 lines
85 B
C

#if 0
void gc_mark_as_mortal(
struct gc* gc,
struct value* value);
#endif