diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-30 17:45:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-30 18:08:10 +0000 |
commit | 32b81f04b91d544d040cdd9e25388bbe78e52fb7 (patch) | |
tree | 12a4b394517db7a5169bb9e39025df9fe608b573 /mathoms.c | |
parent | fbcda526a9bbe2ee1302d6f4507b07f83661fc0d (diff) | |
download | perl-32b81f04b91d544d040cdd9e25388bbe78e52fb7.tar.gz |
Merge the opcode bodies for pp_bind and pp_connect.
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) { |