This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
1e30fcd
)
Expose more_bodies(), and use it to replace S_more_he().
author
Nicholas Clark
<nick@ccl4.org>
Fri, 20 Aug 2010 14:31:42 +0000
(15:31 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 20 Aug 2010 16:34:39 +0000
(17:34 +0100)
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.
No differences found