Skip to content

Commit

Permalink
Update a workaround for a bug (that needs a proper fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 31, 2012
1 parent f92c7fb commit 44f06cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -35,7 +35,7 @@ grammar Perl6::Grammar is HLL::Grammar {
$*W.add_initializations();

# XXX Hack: clear any marks.
pir::set_hll_global__vPsP(['HLL', 'Grammar'], '%!MARKHASH', nqp::null());
pir::set_hll_global__vsP('%!MARKHASH', nqp::null());

my $cursor := self.comp_unit;
$*W.pop_lexpad(); # UNIT
Expand Down

0 comments on commit 44f06cf

Please sign in to comment.