summaryrefslogtreecommitdiff
path: root/xsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'xsutils.c')
-rw-r--r--xsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsutils.c b/xsutils.c
index 86620083af..518e54369b 100644
--- a/xsutils.c
+++ b/xsutils.c
@@ -265,7 +265,7 @@ usage:
sv_setsv(TARG, &PL_sv_no); /* unblessed lexical */
#endif
else {
- const HV *stash = Nullhv;
+ const HV *stash = NULL;
switch (SvTYPE(sv)) {
case SVt_PVCV:
if (CvGV(sv) && isGV(CvGV(sv)) && GvSTASH(CvGV(sv)))