From c4e3740a6c2b53b0bf8eb46265954c07fa7e8fd8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 28 Jul 2019 15:38:00 -0600 Subject: [PATCH] parts/inc/uv: Add Replace: pragma (cherry picked from commit fef460fa0e876800c7cde33b188dd2c95a6ec231) Signed-off-by: Nicolas R --- dist/Devel-PPPort/parts/inc/uv | 1 + 1 file changed, 1 insertion(+) 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) -- 1.8.3.1