This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Expose more_bodies(), and use it to replace S_more_he().
authorNicholas Clark <nick@ccl4.org>
Fri, 20 Aug 2010 14:31:42 +0000 (15:31 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 20 Aug 2010 16:34:39 +0000 (17:34 +0100)
commit1e30fcd5eb66123dc2adb29941506280426aefaf
treed378d52daafa08bea562d175532be388a310f7a4
parent029821316c3d1268a765152507ac4ffb64746558
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.
embed.fnc
embed.h
hv.c
proto.h
sv.c