X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlapi.c;h=b554ed539a7204ff2dac73f90ff5663a767b66b5;hb=8fb26106616b06907474b33cfb67b5e1e186bd1a;hp=fc5ca244b8d3b3f012063540730be78a2e4d3997;hpb=b363b71387982836a5629ce821dc43de9f38573c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlapi.c b/perlapi.c index fc5ca24..b554ed5 100644 --- a/perlapi.c +++ b/perlapi.c @@ -1610,7 +1610,7 @@ Perl_mg_set(pTHXo_ SV* sv) } #undef Perl_mg_size -IV +I32 Perl_mg_size(pTHXo_ SV* sv) { return ((CPerlObj*)pPerl)->Perl_mg_size(sv);