summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 939a7a64f7..7a7e88235d 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -306,10 +306,10 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
else { \
/* XXX GV_ADDWARN */ \
_sv = get_sv(Perl_form(aTHX_ "%s::%s", module, \
- vn = "XS_VERSION"), FALSE); \
+ vn = "XS_VERSION"), 0); \
if (!_sv || !SvOK(_sv)) \
_sv = get_sv(Perl_form(aTHX_ "%s::%s", module, \
- vn = "VERSION"), FALSE); \
+ vn = "VERSION"), 0); \
} \
if (_sv) { \
SV *xpt = NULL; \