From: Nicholas Clark Date: Wed, 23 Jan 2008 09:20:56 +0000 (+0000) Subject: Comment change from 33009 that was actually in POD, so needs to be X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3134ad69d93db50cabc8276feb0660bf859dbad1;p=p5sagit%2Fp5-mst-13.2.git Comment change from 33009 that was actually in POD, so needs to be propagated to perlintern.pod p4raw-id: //depot/perl@33050 --- diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 67ff429..1bcff4a 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -597,6 +597,8 @@ to be generated in evals, such as { my $x = 1; sub f { eval '$x'} } f(); +For state vars, SVf_PADSTALE is overloaded to mean 'not yet initialised' + AV * CvPADLIST(CV *cv) =for hackers