Added a TODO comment
This commit is contained in:
parent
9240403011
commit
bee748cc93
1 changed files with 2 additions and 0 deletions
|
|
@ -915,6 +915,8 @@ void instance_t::account_directive(char * line)
|
||||||
expr_t::EXPR_CHECK));
|
expr_t::EXPR_CHECK));
|
||||||
}
|
}
|
||||||
else if (keyword == "eval" || keyword == "expr") {
|
else if (keyword == "eval" || keyword == "expr") {
|
||||||
|
// jww (2012-02-27): Make account into symbol scopes so that this
|
||||||
|
// can be used to override definitions within the account.
|
||||||
bind_scope_t bound_scope(context.scope, *account);
|
bind_scope_t bound_scope(context.scope, *account);
|
||||||
expr_t(b).calc(bound_scope);
|
expr_t(b).calc(bound_scope);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue