1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-24 04:07:41 +00:00

added symbolslots to asm

This commit is contained in:
Jona Ekenberg
2023-02-01 21:12:42 +01:00
parent b685bf3026
commit c0c8ab25e6
3 changed files with 54 additions and 10 deletions

View File

@@ -998,8 +998,8 @@ static void janetc_init(JanetCompiler *c, JanetTable *env, const uint8_t *where,
static void janetc_deinit(JanetCompiler *c) {
janet_v_free(c->buffer);
janet_v_free(c->mapbuffer);
c->env = NULL;
janet_v_free(c->local_symbols);
c->env = NULL;
}
/* Compile a form. */