X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/53a72e40f2c7ee7072c34e748cea57b54720ded9..c4e3740a6c2b53b0bf8eb46265954c07fa7e8fd8:/dist/Devel-PPPort/parts/inc/uv diff --git a/dist/Devel-PPPort/parts/inc/uv b/dist/Devel-PPPort/parts/inc/uv index 6123ed6..b8a307f 100644 --- a/dist/Devel-PPPort/parts/inc/uv +++ b/dist/Devel-PPPort/parts/inc/uv @@ -47,6 +47,7 @@ __UNDEFINED__ SvUVx(sv) ((PL_Sv = (sv)), SvUV(PL_Sv)) /* Hint: sv_uv * Always use the SvUVx() macro instead of sv_uv(). */ +/* Replace sv_uv with SvUVx */ __UNDEFINED__ sv_uv(sv) SvUVx(sv) #if !defined(SvUOK) && defined(SvIOK_UV)