From: Nicholas Clark Date: Fri, 20 Aug 2010 14:31:42 +0000 (+0100) Subject: Expose more_bodies(), and use it to replace S_more_he(). X-Git-Tag: v5.13.5~269 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/1e30fcd5eb66123dc2adb29941506280426aefaf?hp=1e30fcd5eb66123dc2adb29941506280426aefaf Expose more_bodies(), and use it to replace S_more_he(). Convert get_arena() to be static, as now its only user is Perl_more_bodies(). Perl_get_arena() was not in the public API, and neither Google codesearch nor an upacked CPAN show anything to be using it. ---