This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_mg_dup(), remove a branch by tracking the address to write to instead of
authorNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 10:57:38 +0000 (11:57 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 May 2009 10:57:38 +0000 (11:57 +0100)
commit0228edf6a59a23f00e0f6eb4247cc4879f6bd150
treebc9094abde9e7f7af7f0e038adb4c1814b6cf207
parentc160a1863eed093c75031c8196f07c0f13df1789
In Perl_mg_dup(), remove a branch by tracking the address to write to instead of
the address of the structure, with a special case for the first time round.
sv.c