Skip to content

Commit 8bc2dc9

Browse files
committed
Revert the last change. It was not a typo.
git-svn-id: https://nemerle.googlecode.com/svn/nemerle/trunk@5569 c8a6711f-211a-0410-a8d5-2f220496d6d1
1 parent 55f68bb commit 8bc2dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nemerlish/eval.n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ namespace Nemerle.Evaluation
235235
// Fish out variables/functions and store them in our fields.
236236
| [SyntaxElement.Expression (expr)] =>
237237
Evaluator.locals = [];
238-
def l = ctx.GetLocals ();
238+
def l = ctx.GetLocals ().GetLocals ();
239239
def values = <[ $expr : System.Object ]> ::
240240
l.Fold ([], fun (n : Name, loc : LocalValue, acc) {
241241
regexp match (n.ToString ()) {

0 commit comments

Comments
 (0)