This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Similiarly Perl_newHV() can become a mathom by making newHV() a
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Dec 2007 20:23:45 +0000 (20:23 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Dec 2007 20:23:45 +0000 (20:23 +0000)
commit78ac7dd9596fbc525d458adec628f7d991dfe43a
tree06c246ec59c74eb07d3f3c531e209c7ff32ed165
parentac572bf4fde55cf563ae338dfe4e12b22ebc6d80
Similiarly Perl_newHV() can become a mathom by making newHV() a
wrapper around newSV_type() and tweaking Perl_sv_upgrade().

p4raw-id: //depot/perl@32676
embed.fnc
hv.c
hv.h
mathoms.c
proto.h
sv.c