diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-12-12 23:42:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-12-16 22:01:14 +0000 |
commit | d819b83ae9e817e78735176f8a6e23d7a0957169 (patch) | |
tree | 2f618bb121acc94dbd71bd942adfe5718ff072ed /proto.h | |
parent | 6a78b4db838997434df520d6d78be1e74fd2a70c (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |