This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allocate the right HV
authorRafael Garcia-Suarez <rgs@consttype.org>
Mon, 7 Dec 2009 12:55:49 +0000 (13:55 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 7 Dec 2009 12:55:49 +0000 (13:55 +0100)
commit6bc991bfb3c34a5d286a1202fcc0d740d72dcee7
tree65dc9ccf7f1ecbfb6357de1e016d2014a90070f4
parent69c3dccf5322a59cb855347c04712ba11b65328f
Allocate the right HV

This will solve an obscure bug in smart-match involving nested data
structures containing the same elements.
pp_ctl.c