diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-27 11:41:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-27 11:41:10 +0000 |
commit | fa54efaecf052db2a7799ec4c2433eeb1576402e (patch) | |
tree | 3867f9cf190015546695148d265fe7b9c2ca50e0 /opcode.h | |
parent | fc51b17cb579e8cdaf6e99fdeb80f92379491759 (diff) | |
download | perl-fa54efaecf052db2a7799ec4c2433eeb1576402e.tar.gz |
Merge the opcode bodies for chop/chomp and schop/schomp.
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -834,10 +834,10 @@ EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */ Perl_pp_trans, /* Perl_pp_trans */ Perl_pp_sassign, Perl_pp_aassign, - Perl_pp_chop, - Perl_pp_schop, - Perl_pp_chomp, - Perl_pp_schomp, + Perl_pp_chop, /* Perl_pp_chop */ + Perl_pp_schop, /* Perl_pp_schop */ + Perl_pp_chop, /* Perl_pp_chomp */ + Perl_pp_schop, /* Perl_pp_schomp */ Perl_pp_defined, Perl_pp_undef, Perl_pp_study, |