diff options
author | Yves Orton <demerphq@gmail.com> | 2016-10-19 11:14:27 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2016-10-19 13:28:02 +0200 |
commit | d3bd3509f493e2e5b7dce62da1588008db56b899 (patch) | |
tree | 1a8b404e531a9a28fb2a965f772990476e8c417f /vxs.inc | |
parent | 7394beb1401a6ac5e5e19cff7f08486e5141126c (diff) | |
download | perl-d3bd3509f493e2e5b7dce62da1588008db56b899.tar.gz |
vxs.inc: use new SvPVCLEAR and constant string friendly macros
Diffstat (limited to 'vxs.inc')
-rw-r--r-- | vxs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ VXS(universal_version) } if ( VCMP( req, sv ) > 0 ) { - if ( hv_exists(MUTABLE_HV(SvRV(req)), "qv", 2 ) ) { + if ( hv_existss(MUTABLE_HV(SvRV(req)), "qv") ) { req = VNORMAL(req); sv = VNORMAL(sv); } |