From: Rafael Garcia-Suarez Date: Sat, 26 Mar 2005 17:40:26 +0000 (+0000) Subject: Remove an XXX note from the public doc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ef29b0ef2de54bf3c997c80d0645374658d5ef2;p=p5sagit%2Fp5-mst-13.2.git Remove an XXX note from the public doc. Hide it in the comments, instead p4raw-id: //depot/perl@24083 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index a724f3e..07319f2 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -5097,8 +5097,6 @@ missing (NULL). When running with taint checks enabled, indicates via C if results are untrustworthy (often due to the use of locales). -XXX Except that it maybe_tainted is never assigned to. - Usually used via one of its frontends C and C. void sv_vcatpvfn(SV* sv, const char* pat, STRLEN patlen, va_list* args, SV** svargs, I32 svmax, bool *maybe_tainted) diff --git a/sv.c b/sv.c index 4f0fa98..ee631e5 100644 --- a/sv.c +++ b/sv.c @@ -9141,13 +9141,13 @@ missing (NULL). When running with taint checks enabled, indicates via C if results are untrustworthy (often due to the use of locales). -XXX Except that it maybe_tainted is never assigned to. - Usually used via one of its frontends C and C. =cut */ +/* XXX maybe_tainted is never assigned to, so the doc above is lying. */ + void Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV **svargs, I32 svmax, bool *maybe_tainted) {