diff options
Diffstat (limited to 'regen/opcode.pl')
-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) { |