This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move report_uninit() and its static supporting functions to the end of
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2005 15:12:02 +0000 (15:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2005 15:12:02 +0000 (15:12 +0000)
commitbd81e77b1570766d67e2df1f282cfbd66a8978f3
tree533ecd4d977dd0ce924690bd2774277fffe001a7
parent2757242dcaf335f1a01491f320b11c24bd75daad
Move report_uninit() and its static supporting functions to the end of
sv.c, so that they are not sandwiched between the two halves of the
SV allocation code. However, the diff looks far more evil than it
should given that this is just moving a single albeit large hunk.

p4raw-id: //depot/perl@26205
sv.c