Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid a double-make (but doesn't fix anything).
  • Loading branch information
jnthn committed May 25, 2012
1 parent cc75bfd commit dccd9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -4134,7 +4134,7 @@ class Perl6::Actions is HLL::Actions {
$dwim.named('dwim-right');
$hpast.push($dwim);
}
make PAST::Op.new( :node($/), $hpast );
return PAST::Op.new( :node($/), $hpast );
}

method postfixish($/) {
Expand Down

0 comments on commit dccd9cf

Please sign in to comment.