Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl6/std
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Oct 17, 2012
2 parents f14804f + cda80a9 commit 47e39ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CursorBase.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -2753,8 +2753,8 @@ sub add_categorical { my $lang = shift;
$genpkg++;
my $e;
if (@list == 0) {
$lang->panic('Null operator is not allowed');
}
$lang->panic('Null operator is not allowed');
}
elsif (@list == 1) {
$e = <<"END";
package $genpkg;
Expand Down

0 comments on commit 47e39ad

Please sign in to comment.