On Fri, Aug 20, 2010 at 12:41, Nicholas Clark <nick@ccl4.org> wrote: > In perl.git, the branch blead has been updated > > <http://perl5.git.perl.org/perl.git/commitdiff/26359cfa9ac0b8c63aa387ca92e7fa1b20d22d39?hp=7526101e3b4b792395b41754651bdbbea6b8cf55> > > - Log ----------------------------------------------------------------- ... > commit 1e30fcd5eb66123dc2adb29941506280426aefaf > Author: Nicholas Clark <nick@ccl4.org> > Date: Fri Aug 20 15:31:42 2010 +0100 > > 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. > > M embed.fnc > M embed.h > M hv.c > M proto.h > M sv.c There is some sort of declaration missing for Perl_more_bodies: CCCMD = gcc -DPERL_CORE -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -DNO_MATHOMS -fno-strict-aliasing -pipe -Os -pipe -funit-at-a-time -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wwrite-strings hv.c: In function `S_new_he': hv.c:58: warning: implicit declaration of function `Perl_more_bodies'Thread Previous | Thread Next