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:
7394beb
)
vxs.inc: use new SvPVCLEAR and constant string friendly macros
author
Yves Orton
<demerphq@gmail.com>
Wed, 19 Oct 2016 09:14:27 +0000
(11:14 +0200)
committer
Yves Orton
<demerphq@gmail.com>
Wed, 19 Oct 2016 11:28:02 +0000
(13:28 +0200)
vxs.inc
patch
|
blob
|
blame
|
history
diff --git
a/vxs.inc
b/vxs.inc
index
a047b2c
..
d246837
100644
(file)
--- a/
vxs.inc
+++ b/
vxs.inc
@@
-162,7
+162,7
@@
VXS(universal_version)
}
if ( VCMP( req, sv ) > 0 ) {
- if ( hv_exists
(MUTABLE_HV(SvRV(req)), "qv", 2
) ) {
+ if ( hv_exists
s(MUTABLE_HV(SvRV(req)), "qv"
) ) {
req = VNORMAL(req);
sv = VNORMAL(sv);
}