This commit is contained in:
Andre Wagner
2026-05-12 10:21:54 -05:00
parent 7d3ef6a7d6
commit 968bf9dd8d
2 changed files with 7 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ static TYC_RESULT stack_at(Stack* s, int32_t key, VALUE* v)
return T_OK;
}
static void stack_set(Stack* s, int32_t key, VALUE v)
static TYC_RESULT stack_set(Stack* s, int32_t key, VALUE v)
{
abort(); // TODO
}