From bee89daf933d7c270599c7377670baa4994be49a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 14 Jun 2022 08:11:07 -0600 Subject: Change !! to cBOOL() in dist/ext modules --- ext/XS-APItest/core_or_not.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/XS-APItest') diff --git a/ext/XS-APItest/core_or_not.inc b/ext/XS-APItest/core_or_not.inc index 074fe60d31..d942f90598 100644 --- a/ext/XS-APItest/core_or_not.inc +++ b/ext/XS-APItest/core_or_not.inc @@ -24,7 +24,7 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () { sv_setsv(destination, source); - result = !!SvIsCOW(destination); + result = cBOOL(SvIsCOW(destination)); SvREFCNT_dec(source); SvREFCNT_dec(destination); -- cgit v1.2.1