summaryrefslogtreecommitdiff
path: root/vxs.inc
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2016-10-19 11:14:27 +0200
committerYves Orton <demerphq@gmail.com>2016-10-19 13:28:02 +0200
commitd3bd3509f493e2e5b7dce62da1588008db56b899 (patch)
tree1a8b404e531a9a28fb2a965f772990476e8c417f /vxs.inc
parent7394beb1401a6ac5e5e19cff7f08486e5141126c (diff)
downloadperl-d3bd3509f493e2e5b7dce62da1588008db56b899.tar.gz
vxs.inc: use new SvPVCLEAR and constant string friendly macros
Diffstat (limited to 'vxs.inc')
-rw-r--r--vxs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vxs.inc b/vxs.inc
index a047b2c171..d24683766b 100644
--- 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_existss(MUTABLE_HV(SvRV(req)), "qv") ) {
req = VNORMAL(req);
sv = VNORMAL(sv);
}