From bee748cc930a18f8d92134c6eaf75a023c99fa9d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Feb 2012 12:38:39 -0600 Subject: Added a TODO comment --- src/textual.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/textual.cc') diff --git a/src/textual.cc b/src/textual.cc index 5b0193cb..46489778 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -915,6 +915,8 @@ void instance_t::account_directive(char * line) expr_t::EXPR_CHECK)); } 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); expr_t(b).calc(bound_scope); } -- cgit v1.2.3