summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-14 08:11:07 -0600
committerKarl Williamson <khw@cpan.org>2022-06-20 20:32:29 -0600
commitbee89daf933d7c270599c7377670baa4994be49a (patch)
tree15d20a2a2ede0ff31eb9c1695139f68a813b984c /ext/XS-APItest
parentd053030d69f0e7e8b794edbd8684ec3619463985 (diff)
downloadperl-bee89daf933d7c270599c7377670baa4994be49a.tar.gz
Change !! to cBOOL() in dist/ext modules
Diffstat (limited to 'ext/XS-APItest')
-rw-r--r--ext/XS-APItest/core_or_not.inc2
1 files changed, 1 insertions, 1 deletions
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);