update primop call

This commit is contained in:
atagen 2026-04-20 16:09:26 +10:00
parent 0e5218513e
commit 33e3e2a393
2 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ static void prim_scope(EvalState & state, const PosIdx pos, Value ** args, Value
v = *inner;
}
static RegisterPrimOp rp({
static RegisterPrimOp rp(PrimOp{
.name = "scope",
.args = {"path", "value"},
.doc = R"(