summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2002-12-12 23:42:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-12-16 22:01:14 +0000
commitd819b83ae9e817e78735176f8a6e23d7a0957169 (patch)
tree2f618bb121acc94dbd71bd942adfe5718ff072ed /proto.h
parent6a78b4db838997434df520d6d78be1e74fd2a70c (diff)
downloadperl-d819b83ae9e817e78735176f8a6e23d7a0957169.tar.gz
Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
Date: Thu, 12 Dec 2002 23:42:35 +0000 Message-ID: <20021212234235.A29245@fdgroup.com> and Date: Sat, 14 Dec 2002 19:16:38 +0000 Message-ID: <20021214191638.A3992@fdgroup.com> p4raw-id: //depot/perl@18307
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index b5ade0278b..fca42edacb 100644
--- a/proto.h
+++ b/proto.h
@@ -1381,7 +1381,7 @@ STATIC void S_cv_dump(pTHX_ CV *cv, char *title);
# endif
STATIC CV* S_cv_clone2(pTHX_ CV *proto, CV *outside);
#endif
-PERL_CALLCONV CV* Perl_find_runcv(pTHX);
+PERL_CALLCONV CV* Perl_find_runcv(pTHX_ U32 *db_seqp);