As Perl_get_arena() is dealing with sizes, use size_t rather than int,
authorNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 00:13:02 +0000 (00:13 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 00:13:02 +0000 (00:13 +0000)
commit89086707de1a3d9012ea80f0c19441d3352a2f73
treedda8ec0369683a3b5f4119cb124d5a95bcb051cf
parent23e9d66c1734ef16f12b017bf517a60be8c44e01
As Perl_get_arena() is dealing with sizes, use size_t rather than int,
as it's both unsigned and semantically the correct width for a size.
As all arenas get cleared later on, can use Newx() rather than Newxz().

p4raw-id: //depot/perl@29879
embed.fnc
proto.h
sv.c