summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-27 11:41:10 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-27 11:41:10 +0000
commitfa54efaecf052db2a7799ec4c2433eeb1576402e (patch)
tree3867f9cf190015546695148d265fe7b9c2ca50e0 /mathoms.c
parentfc51b17cb579e8cdaf6e99fdeb80f92379491759 (diff)
downloadperl-fa54efaecf052db2a7799ec4c2433eeb1576402e.tar.gz
Merge the opcode bodies for chop/chomp and schop/schomp.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 32f3215de5..c648833ca6 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1123,6 +1123,16 @@ PP(pp_rv2hv)
return Perl_pp_rv2av(aTHX);
}
+PP(pp_schomp)
+{
+ return Perl_pp_chomp(aTHX);
+}
+
+PP(pp_chomp)
+{
+ return Perl_pp_chop(aTHX);
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{