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 /regen | |
parent | fbcda526a9bbe2ee1302d6f4507b07f83661fc0d (diff) | |
download | perl-32b81f04b91d544d040cdd9e25388bbe78e52fb7.tar.gz |
Merge the opcode bodies for pp_bind and pp_connect.
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/opcode.pl | 1 |
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) { |