summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-18 21:30:52 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-20 18:15:13 -0800
commit8581adba64260d29041e9d7dc923a10b2ab2424f (patch)
tree1b1ca728e0bcf136d8bc77a5e3cbebab0ebaf950 /hv.h
parent4c2bfb4f71321bcaebd7aa164447958a33081791 (diff)
downloadperl-8581adba64260d29041e9d7dc923a10b2ab2424f.tar.gz
hv_undef .= _flags
Add flags param to hv_undef. There is no mathom, as the changes that this will support are by no means suitable for maint.
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv.h b/hv.h
index 6a4132434f..602cf56b3f 100644
--- a/hv.h
+++ b/hv.h
@@ -435,6 +435,7 @@ C<SV*>.
#define hv_iternext(hv) hv_iternext_flags(hv, 0)
#define hv_magic(hv, gv, how) sv_magic(MUTABLE_SV(hv), MUTABLE_SV(gv), how, NULL, 0)
+#define hv_undef(hv) Perl_hv_undef_flags(aTHX_ hv, 0)
/* available as a function in hv.c */
#define Perl_sharepvn(sv, len, hash) HEK_KEY(share_hek(sv, len, hash))