summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-10 11:12:19 -0600
committerKarl Williamson <khw@cpan.org>2022-06-10 11:13:24 -0600
commitd7facc808f155e75c17b5897933d29cf5052c5fd (patch)
tree8d1ff21cd85e8a499cc6cbfc0cfec1c18b23c493 /mathoms.c
parent789738ed9c41fd6d8c4bb2608e31c156cfe55fff (diff)
downloadperl-d7facc808f155e75c17b5897933d29cf5052c5fd.tar.gz
Restore wrongly deleted pod for sv_pvutf8
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/mathoms.c b/mathoms.c
index 3af8a21aca..a44e793500 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -357,9 +357,15 @@ Use C<SvPVbyte_nolen> instead.
=cut
*/
-/* sv_pvutf8 () is now a macro using Perl_sv_2pv_flags();
- * this function provided for binary compatibility only
- */
+/*
+=for apidoc_section $SV
+=for apidoc sv_pvutf8
+
+Use the C<SvPVutf8_nolen> macro instead
+
+=cut
+*/
+
char *
Perl_sv_pvutf8(pTHX_ SV *sv)