summaryrefslogtreecommitdiff
path: root/embed.fnc
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.fnc
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.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 1d89b96332..51629915e6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -505,7 +505,8 @@ Abmd |HE* |hv_store_ent |NULLOK HV *hv|NULLOK SV *key|NULLOK SV *val\
|U32 hash
AbmM |SV** |hv_store_flags |NULLOK HV *hv|NULLOK const char *key \
|I32 klen|NULLOK SV *val|U32 hash|int flags
-Apd |void |hv_undef |NULLOK HV *hv
+Amd |void |hv_undef |NULLOK HV *hv
+poX |void |hv_undef_flags |NULLOK HV *hv|U32 flags
Am |I32 |ibcmp |NN const char* a|NN const char* b|I32 len
AnpP |I32 |foldEQ |NN const char* a|NN const char* b|I32 len
Am |I32 |ibcmp_locale |NN const char* a|NN const char* b|I32 len