X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlapi.c;h=787c2f220cbc77f1f362f0e440649745e7e5d3a4;hb=60e543b98faa4a5070dcca1fd2110807d43d1186;hp=b396d6bae4f6363c020a900b6837bba2ca43ecc4;hpb=943263130652bda39d9ef4ba888453a554b0ea61;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlapi.c b/perlapi.c index b396d6b..787c2f2 100755 --- a/perlapi.c +++ b/perlapi.c @@ -1963,6 +1963,13 @@ Perl_newSViv(pTHXo_ IV i) return ((CPerlObj*)pPerl)->Perl_newSViv(i); } +#undef Perl_newSVuv +SV* +Perl_newSVuv(pTHXo_ UV u) +{ + return ((CPerlObj*)pPerl)->Perl_newSVuv(u); +} + #undef Perl_newSVnv SV* Perl_newSVnv(pTHXo_ NV n)