diff options
author | Karl Williamson <khw@cpan.org> | 2020-09-05 21:23:15 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-11-17 20:05:39 -0700 |
commit | 831124b556f4486f9582458f096ede67617cdc42 (patch) | |
tree | 11c18f8ba64c31b9417b72f69a3012fdb447ebc4 /sv.h | |
parent | 75fe58babe8340677c01ff88c37427e51357ec6f (diff) | |
download | perl-831124b556f4486f9582458f096ede67617cdc42.tar.gz |
perlapi: Consolidate sv_catpvn-ish entries
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |