Skip to content

Commit

Permalink
Name fix. Seems that we now manage to build per-scope candidate lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 22, 2010
1 parent eae223f commit e1bf4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/compiler/Actions.pm
Expand Up @@ -488,7 +488,7 @@ method routine_def($/) {

# Valid to add a candidate holder, so do so.
$cholder := PAST::Op.new(
:pasttype('call'), :name('&list'),
:pasttype('call'), :name('list'),
);
@BLOCK[0][0].push(PAST::Var.new( :name($chname), :isdecl(1),
:viviself($cholder), :scope('lexical') ) );
Expand Down

0 comments on commit e1bf4d3

Please sign in to comment.