summaryrefslogtreecommitdiff
path: root/xsutils.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-16 21:54:13 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-16 21:54:13 +0000
commit5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962 (patch)
tree4133fe3b01abe921da65a57c8e96bef0955a88cb /xsutils.c
parent7d49f6898e172f330a81e972c5944fc5726fcbf3 (diff)
downloadperl-5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962.tar.gz
s/Nullhv/NULL/g;
# Although I see that Robin is proposing to add some :-) p4raw-id: //depot/perl@26381
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)))