Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
align to the standard about label prefix in dynquant
  • Loading branch information
FROGGS committed Jul 25, 2014
1 parent 6319608 commit dbb0832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/parrot/QAST/Compiler.nqp
Expand Up @@ -1557,7 +1557,7 @@ class QAST::Compiler is HLL::Compiler {

my $backtrack := $node.backtrack || 'g';
my $sep := $node[2];
my $prefix := self.unique($*RXPREFIX ~ '_rxdynquant_' ~ $backtrack);
my $prefix := self.unique('rxdynquant_' ~ $backtrack);
my $looplabel := self.post_new('Label', :name($prefix ~ '_loop'));
my $donelabel := self.post_new('Label', :name($prefix ~ '_done'));
my $skip0label := self.post_new('Label', :name($prefix ~ '_skip0'));
Expand Down

0 comments on commit dbb0832

Please sign in to comment.