Skip to content

Commit

Permalink
[rt.cpan.org #83397]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler committed Feb 18, 2013
1 parent c2782aa commit 7d2213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/lib/Marpa/R2/Scanless.pm
Expand Up @@ -429,7 +429,7 @@ sub do_empty_rule {

# mask not needed
if ( $op_declare eq q{::=} ) {
return \%rule;
return [\%rule];
}
push @{ $self->{lex_rules} }, \%rule;
return [];
Expand Down

0 comments on commit 7d2213b

Please sign in to comment.