diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-18 21:30:52 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-20 18:15:13 -0800 |
commit | 8581adba64260d29041e9d7dc923a10b2ab2424f (patch) | |
tree | 1b1ca728e0bcf136d8bc77a5e3cbebab0ebaf950 /global.sym | |
parent | 4c2bfb4f71321bcaebd7aa164447958a33081791 (diff) | |
download | perl-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 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 23e7bb99ce..c2cc132bae 100644 --- a/global.sym +++ b/global.sym @@ -219,7 +219,7 @@ Perl_hv_scalar Perl_hv_store Perl_hv_store_ent Perl_hv_store_flags -Perl_hv_undef +Perl_hv_undef_flags Perl_init_i18nl10n Perl_init_i18nl14n Perl_init_stacks |