lisp: sys_cleanup -> sys_free

This commit is contained in:
2026-02-05 04:01:07 +00:00
parent 068e4aa9f0
commit 438a494ac7
4 changed files with 6 additions and 6 deletions

View File

@@ -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);