summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 42515dfd34..75162823e0 100644
--- a/embed.h
+++ b/embed.h
@@ -196,7 +196,6 @@
#define hv_ksplit(a,b) Perl_hv_ksplit(aTHX_ a,b)
#define hv_name_set(a,b,c,d) Perl_hv_name_set(aTHX_ a,b,c,d)
#define hv_scalar(a) Perl_hv_scalar(aTHX_ a)
-#define hv_undef(a) Perl_hv_undef(aTHX_ a)
#define init_i18nl10n(a) Perl_init_i18nl10n(aTHX_ a)
#define init_i18nl14n(a) Perl_init_i18nl14n(aTHX_ a)
#define init_stacks() Perl_init_stacks(aTHX)