summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-09-05 21:23:15 -0600
committerKarl Williamson <khw@cpan.org>2020-11-17 20:05:39 -0700
commit831124b556f4486f9582458f096ede67617cdc42 (patch)
tree11c18f8ba64c31b9417b72f69a3012fdb447ebc4 /sv.h
parent75fe58babe8340677c01ff88c37427e51357ec6f (diff)
downloadperl-831124b556f4486f9582458f096ede67617cdc42.tar.gz
perlapi: Consolidate sv_catpvn-ish entries
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sv.h b/sv.h
index 2ad0a5c686..bf4885b76c 100644
--- a/sv.h
+++ b/sv.h
@@ -1717,15 +1717,11 @@ COW).
Returns a boolean indicating whether the SV is Copy-On-Write shared hash key
scalar.
-=for apidoc Am|void|sv_catpvn_nomg|SV* sv|const char* ptr|STRLEN len
-Like C<sv_catpvn> but doesn't process magic.
-
=for apidoc Am|void|sv_catpv_nomg|SV* sv|const char* ptr
Like C<sv_catpv> but doesn't process magic.
=for apidoc Am|void|sv_catsv_nomg|SV* dsv|SV* ssv
Like C<sv_catsv> but doesn't process magic.
-
=cut
*/