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 5bbb91b..ebb81d1 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -161,7 +161,7 @@ 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|char*|HvNAMELEN_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.