This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
HP cc can't handle NOT_REACHED
[perl5.git] / hv.h
diff --git a/hv.h b/hv.h
index 8e71e12..ebb81d1 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -159,6 +159,10 @@ See C<L</SvSTASH>>, C<L</CvSTASH>>.
 =for apidoc Am|STRLEN|HvNAMELEN|HV *stash
 Returns the length of the stash's name.
 
+Disfavored forms of HvNAME and HvNAMELEN; suppress mention of them
+=for apidoc Cmh|char*|HvNAME_get|HV* stash
+=for apidoc Amh|I32|HvNAMELEN_get|HV* stash
+
 =for apidoc Am|unsigned char|HvNAMEUTF8|HV *stash
 Returns true if the name is in UTF-8 encoding.