diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-12 21:38:17 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-12 21:46:55 -0700 |
commit | 1a115e498b28d40a7e72ff8532a2c6685fa02168 (patch) | |
tree | 536572021ea49a478cd8f0a95de96e5eb0074fa6 /pad.c | |
parent | 88e0b65b39e576846e233e9154c3c9e81c6b1e12 (diff) | |
download | perl-1a115e498b28d40a7e72ff8532a2c6685fa02168.tar.gz |
Fix perlintern links; regen known pod issues
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -473,11 +473,13 @@ Perl_cv_undef(pTHX_ CV *cv) /* =for apidoc m|PADOFFSET|pad_alloc_name|SV *namesv|U32 flags|HV *typestash|HV *ourstash -Allocates a place in the currently-compiling pad (via L</pad_alloc>) and +Allocates a place in the currently-compiling +pad (via L<perlapi/pad_alloc>) and then stores a name for that entry. I<namesv> is adopted and becomes the name entry; it must already contain the name string and be sufficiently upgraded. I<typestash> and I<ourstash> and the C<padadd_STATE> flag get -added to I<namesv>. None of the other processing of L</pad_add_name_pvn> +added to I<namesv>. None of the other +processing of L<perlapi/pad_add_name_pvn> is done. Returns the offset of the allocated pad slot. =cut |