diff options
author | Karl Williamson <khw@cpan.org> | 2022-05-07 12:09:05 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-05-07 14:00:24 -0600 |
commit | 396baf8485c903b22474cb301c954853410fafce (patch) | |
tree | 8ca0a3e1c5d6119a83cd67986d2dee5760e43d19 /doop.c | |
parent | b6bf20749ab6650625c6c30f72092efdfa8c072e (diff) | |
download | perl-396baf8485c903b22474cb301c954853410fafce.tar.gz |
perlapi: Mark do_join as internal, document
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -635,6 +635,15 @@ Perl_do_trans(pTHX_ SV *sv) } } +/* +=for apidoc_section $string +=for apidoc do_join + +Implements C<pp_join> and used as a helper for other system functions + +=cut +*/ + void Perl_do_join(pTHX_ SV *sv, SV *delim, SV **mark, SV **sp) { |