diff options
-rw-r--r-- | mathoms.c | 2 | ||||
-rw-r--r-- | sv.c | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -117,6 +117,7 @@ Perl_sv_unref(pTHX_ SV *sv) =for apidoc sv_taint Taint an SV. Use C<SvTAINTED_on> instead. + =cut */ @@ -174,6 +175,7 @@ Perl_sv_2pv(pTHX_ register SV *sv, STRLEN *lp) Like C<sv_2pv()>, but doesn't return the length too. You should usually use the macro wrapper C<SvPV_nolen(sv)> instead. + =cut */ @@ -9475,6 +9475,7 @@ Perl_sv_unref_flags(pTHX_ SV *const ref, const U32 flags) =for apidoc sv_untaint Untaint an SV. Use C<SvTAINTED_off> instead. + =cut */ @@ -9494,6 +9495,7 @@ Perl_sv_untaint(pTHX_ SV *const sv) =for apidoc sv_tainted Test an SV for taintedness. Use C<SvTAINTED> instead. + =cut */ |