summaryrefslogtreecommitdiff
path: root/pod/perlintern.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 07:02:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 07:02:21 +0000
commitdaad78fc377a1f13c3b53f9a0c2196bdd763b063 (patch)
tree188ea698d8beb1fe21a01da8de0c93df93ee32b9 /pod/perlintern.pod
parent31614b38d9fba0db72d123e45dbaaac5b4fe5c03 (diff)
downloadperl-daad78fc377a1f13c3b53f9a0c2196bdd763b063.tar.gz
Make Perl_find_runcv a member of the public API
(so Sub::Current works on Windows) p4raw-id: //depot/perl@31548
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r--pod/perlintern.pod22
1 files changed, 0 insertions, 22 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 73c21c31e2..06e0f0be95 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -331,28 +331,6 @@ Found in file pad.h
=back
-=head1 Functions in file pp_ctl.c
-
-
-=over 8
-
-=item find_runcv
-X<find_runcv>
-
-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 the scope of the debugger itself).
-
- CV* find_runcv(U32 *db_seqp)
-
-=for hackers
-Found in file pp_ctl.c
-
-
-=back
-
=head1 GV Functions
=over 8