lisp: sys_cleanup -> sys_free
This commit is contained in:
@@ -22,7 +22,7 @@ void sys_register(sys_t *sys, lisp_t *ptr)
|
||||
vec_append(&sys->memory, &ptr, sizeof(&ptr));
|
||||
}
|
||||
|
||||
void sys_cleanup(sys_t *sys)
|
||||
void sys_free(sys_t *sys)
|
||||
{
|
||||
static_assert(NUM_TAGS == 5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user