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

@@ -30,7 +30,7 @@ typedef struct
void sys_init(sys_t *);
void sys_register(sys_t *, lisp_t *);
void sys_cleanup(sys_t *);
void sys_free(sys_t *);
/// Constructors and destructors
lisp_t *make_int(i64);