Skip to content

Commit dbb0832

Browse files
committed
align to the standard about label prefix in dynquant
1 parent 6319608 commit dbb0832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/parrot/QAST/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ class QAST::Compiler is HLL::Compiler {
15571557

15581558
my $backtrack := $node.backtrack || 'g';
15591559
my $sep := $node[2];
1560-
my $prefix := self.unique($*RXPREFIX ~ '_rxdynquant_' ~ $backtrack);
1560+
my $prefix := self.unique('rxdynquant_' ~ $backtrack);
15611561
my $looplabel := self.post_new('Label', :name($prefix ~ '_loop'));
15621562
my $donelabel := self.post_new('Label', :name($prefix ~ '_done'));
15631563
my $skip0label := self.post_new('Label', :name($prefix ~ '_skip0'));

0 commit comments

Comments
 (0)