From: Nicholas Clark Date: Wed, 26 Nov 2008 23:13:18 +0000 (+0000) Subject: Change 34931 missed a second update to perlintern.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90f7771ac004a1086e5ea9601d735c6ab0abc0e4;p=p5sagit%2Fp5-mst-13.2.git Change 34931 missed a second update to perlintern.pod p4raw-id: //depot/perl@34939 --- diff --git a/pod/perlintern.pod b/pod/perlintern.pod index e15741f..0ffe8d1 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -349,7 +349,7 @@ Currently assumes that C is NUL terminated (as well as len being valid). This assumption is met by all callers within the perl core, which all pass pointers returned by SvPV. - bool is_gv_magical_sv(SV *name, U32 flags) + bool is_gv_magical_sv(SV *const name_sv, U32 flags) =for hackers Found in file gv.c