Skip to content

Commit

Permalink
[v6] fix order-of-operations bug in package_def
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Nov 16, 2010
1 parent 40ac1ca commit 13d3657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v6/tryfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ augment class STD::P6 {
:my $*DECLARAND;
:my $*NEWPKG;
:my $*NEWLEX;
:my $outer = $*CURLEX;
:temp $*CURPKG;
:temp $*CURLEX;
:temp $*SCOPE;
:my $outer = $*CURLEX;
{ $*SCOPE = $*SCOPE || 'our'; }
[
[ <longname> { $longname = $<longname>[0]; $¢.add_name($longname<name>.Str); } ]?
Expand Down

0 comments on commit 13d3657

Please sign in to comment.