xo-expression: refactor: LocalEnv::owner -> origin
This commit is contained in:
parent
bf60c704da
commit
a94c55304b
2 changed files with 8 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ namespace xo {
|
|||
body);
|
||||
|
||||
/* need two-phase construction b/c pointer cycle */
|
||||
env->assign_owner(retval.get());
|
||||
env->assign_origin(retval.get());
|
||||
|
||||
return retval;
|
||||
} /*make*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue