From: Dave Mitchell Date: Sun, 7 Aug 2005 11:15:32 +0000 (+0000) Subject: run regen.pl after change #25274 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=324092c6237acfc7224ec0cef5bf94deb83f31bc;p=p5sagit%2Fp5-mst-13.2.git run regen.pl after change #25274 p4raw-link: @25274 on //depot/perl: cf525c36fb4613d400e7bd3733f96430dee2d396 p4raw-id: //depot/perl@25275 --- diff --git a/pod/perlintern.pod b/pod/perlintern.pod index b9bf054..e71e3a3 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -312,7 +312,7 @@ Locate the CV corresponding to the currently executing sub or eval. If db_seqp is non_null, skip CVs that are in the DB package and populate *db_seqp with the cop sequence number at the point that the DB:: code was entered. (allows debuggers to eval in the scope of the breakpoint rather -than in in the scope of the debugger itself). +than in the scope of the debugger itself). CV* find_runcv(U32 *db_seqp) @@ -625,7 +625,7 @@ Found in file pad.c Allocate a new my or tmp pad entry. For a my, simply push a null SV onto the end of PL_comppad, but for a tmp, scan the pad from PL_padix upwards -for a slot which has no name and and no active value. +for a slot which has no name and no active value. PADOFFSET pad_alloc(I32 optype, U32 tmptype)