diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-11-05 01:39:51 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-05 01:39:51 +0000 |
commit | 62726f235154035f7133dd6a159de4ffbbfb0cdb (patch) | |
tree | 5f632dc7a9c356685994dc24659f7f4320c4cb75 /opcode.h | |
parent | c960fc3b3086016b5cf3008030dd5aa01b2db20d (diff) | |
download | perl-62726f235154035f7133dd6a159de4ffbbfb0cdb.tar.gz |
Typos in opcode.pl this time.
p4raw-id: //depot/perl@26008
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -925,12 +925,12 @@ EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */ MEMBER_TO_FPTR(Perl_pp_range), MEMBER_TO_FPTR(Perl_pp_flip), MEMBER_TO_FPTR(Perl_pp_flop), - MEMBER_TO_FPTR(Perl_pp_and), /* Perl_pp_and */ - MEMBER_TO_FPTR(Perl_pp_or), /* Perl_pp_or */ + MEMBER_TO_FPTR(Perl_pp_and), + MEMBER_TO_FPTR(Perl_pp_or), MEMBER_TO_FPTR(Perl_pp_xor), MEMBER_TO_FPTR(Perl_pp_cond_expr), - MEMBER_TO_FPTR(Perl_pp_andassign), - MEMBER_TO_FPTR(Perl_pp_orassign), + MEMBER_TO_FPTR(Perl_pp_and), /* Perl_pp_andassign */ + MEMBER_TO_FPTR(Perl_pp_or), /* Perl_pp_orassign */ MEMBER_TO_FPTR(Perl_pp_method), MEMBER_TO_FPTR(Perl_pp_entersub), MEMBER_TO_FPTR(Perl_pp_leavesub), |