This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix argument grouping for some macros
[perl5.git] / opcode.pl
index 61ab824..3316fd9 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -83,6 +83,7 @@ my @raw_alias = (
                 Perl_pp_oct => ['hex'],
                 Perl_pp_shift => ['pop'],
                 Perl_pp_sin => [qw(cos exp log sqrt)],
+                Perl_pp_bit_or => ['bit_xor'],
                );
 
 while (my ($func, $names) = splice @raw_alias, 0, 2) {