Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid sinking of state initializers
  • Loading branch information
moritz committed Feb 21, 2013
1 parent cd95e40 commit 5dfb733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.pm
Expand Up @@ -1626,6 +1626,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
QAST::Op.new( :op('p6stateinit') ),
$past,
$orig_past);
$past<nosink> := 1;
}
}
make $past;
Expand Down

0 comments on commit 5dfb733

Please sign in to comment.