summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-30 17:45:53 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-30 18:08:10 +0000
commit32b81f04b91d544d040cdd9e25388bbe78e52fb7 (patch)
tree12a4b394517db7a5169bb9e39025df9fe608b573 /mathoms.c
parentfbcda526a9bbe2ee1302d6f4507b07f83661fc0d (diff)
downloadperl-32b81f04b91d544d040cdd9e25388bbe78e52fb7.tar.gz
Merge the opcode bodies for pp_bind and pp_connect.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index c648833ca6..f9c2ad380d 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1133,6 +1133,11 @@ PP(pp_chomp)
return Perl_pp_chop(aTHX);
}
+PP(pp_connect)
+{
+ return Perl_pp_bind(aTHX);
+}
+
U8 *
Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
{