From 62726f235154035f7133dd6a159de4ffbbfb0cdb Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sat, 5 Nov 2005 01:39:51 +0000 Subject: Typos in opcode.pl this time. p4raw-id: //depot/perl@26008 --- opcode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opcode.h') diff --git a/opcode.h b/opcode.h index 3b33935b36..1d10059199 100644 --- a/opcode.h +++ b/opcode.h @@ -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), -- cgit v1.2.1