diff options
author | Karl Williamson <khw@cpan.org> | 2020-09-05 21:50:10 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-11-21 14:00:03 -0700 |
commit | aeef7bbf8bbd7ba72a854182ff2a8368344e28cb (patch) | |
tree | 44057e7d3b1d378cdde1cf3171541f4d08a02600 /sv.h | |
parent | 6ad5d069c8c5411b034be41709e7fb1197014228 (diff) | |
download | perl-aeef7bbf8bbd7ba72a854182ff2a8368344e28cb.tar.gz |
perlapi: Consolidate sv_catpv-ish entries
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1717,9 +1717,6 @@ COW). Returns a boolean indicating whether the SV is Copy-On-Write shared hash key scalar. -=for apidoc Am|void|sv_catpv_nomg|SV* sv|const char* ptr -Like C<sv_catpv> but doesn't process magic. - =cut */ |