update primop call
This commit is contained in:
parent
0e5218513e
commit
33e3e2a393
2 changed files with 4 additions and 4 deletions
2
scope.cc
2
scope.cc
|
|
@ -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"(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue