diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-09-20 16:44:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-09-20 16:44:24 +0000 |
commit | a038e571a304dfaab880bf2795d3d9b945b09505 (patch) | |
tree | 567c6e0a04c7adbed1b8ec643d2b516bf147402e /global.sym | |
parent | 3c84c864231398acf151e374b509e7baf61d7cef (diff) | |
download | perl-a038e571a304dfaab880bf2795d3d9b945b09505.tar.gz |
Add a new function Perl_hv_common_key_len(), which contains the
manipulations to convert negative lengths to positive length + UTF-8
flag. hv_delete(), hv_exists(), hv_fetch(), hv_store() and
hv_store_flags() all become mathoms. The macros hv_fetchs() and
hv_stores() call hv_common() directly.
p4raw-id: //depot/perl@31931
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 0a092433d2..a260a86378 100644 --- a/global.sym +++ b/global.sym @@ -157,6 +157,7 @@ Perl_hv_exists_ent Perl_hv_fetch Perl_hv_fetch_ent Perl_hv_common +Perl_hv_common_key_len Perl_hv_free_ent Perl_hv_iterinit Perl_hv_iterkey |