xo-expression: refactor: LocalEnv::owner -> origin

This commit is contained in:
Roland Conybeare 2024-07-02 14:22:11 -04:00
commit a94c55304b
2 changed files with 8 additions and 8 deletions

View file

@ -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*/