summaryrefslogtreecommitdiff
path: root/regen/opcode.pl
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 /regen/opcode.pl
parentfbcda526a9bbe2ee1302d6f4507b07f83661fc0d (diff)
downloadperl-32b81f04b91d544d040cdd9e25388bbe78e52fb7.tar.gz
Merge the opcode bodies for pp_bind and pp_connect.
Diffstat (limited to 'regen/opcode.pl')
-rwxr-xr-xregen/opcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl
index b8887c2ba7..6501380d3d 100755
--- a/regen/opcode.pl
+++ b/regen/opcode.pl
@@ -110,6 +110,7 @@ my @raw_alias = (
Perl_pp_trans => [qw(trans transr)],
Perl_pp_chop => [qw(chop chomp)],
Perl_pp_schop => [qw(schop schomp)],
+ Perl_pp_bind => ['connect'],
);
while (my ($func, $names) = splice @raw_alias, 0, 2) {