summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-11-05 01:39:51 +0000
committerSteve Peters <steve@fisharerojo.org>2005-11-05 01:39:51 +0000
commit62726f235154035f7133dd6a159de4ffbbfb0cdb (patch)
tree5f632dc7a9c356685994dc24659f7f4320c4cb75 /opcode.h
parentc960fc3b3086016b5cf3008030dd5aa01b2db20d (diff)
downloadperl-62726f235154035f7133dd6a159de4ffbbfb0cdb.tar.gz
Typos in opcode.pl this time.
p4raw-id: //depot/perl@26008
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h8
1 files changed, 4 insertions, 4 deletions
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),