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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a72e4
)
parts/inc/uv: Add Replace: pragma
author
Karl Williamson
<khw@cpan.org>
Sun, 28 Jul 2019 21:38:00 +0000
(15:38 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:51:27 +0000
(16:51 -0600)
(cherry picked from commit
fef460fa0e876800c7cde33b188dd2c95a6ec231
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/inc/uv
patch
|
blob
|
blame
|
history
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().
*/
+/* Replace sv_uv with SvUVx */
__UNDEFINED__ sv_uv(sv) SvUVx(sv)
#if !defined(SvUOK) && defined(SvIOK_UV)