This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
parts/inc/uv: Add Replace: pragma
[perl5.git]
/
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
(file)
--- 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().
*/
/* 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)
__UNDEFINED__ sv_uv(sv) SvUVx(sv)
#if !defined(SvUOK) && defined(SvIOK_UV)