From d3bd3509f493e2e5b7dce62da1588008db56b899 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 19 Oct 2016 11:14:27 +0200 Subject: vxs.inc: use new SvPVCLEAR and constant string friendly macros --- vxs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vxs.inc') 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); } -- cgit v1.2.1