This commit is contained in:
2026-05-13 08:07:13 -05:00
parent 19bff9b32f
commit 7501c74712
6 changed files with 65 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ uint32_t value_idx(VALUE v)
return v.v.idx;
}
VALUE create_value_nil()
VALUE create_value_nil(void)
{
return (VALUE) { .type = TT_NIL };
}