debugging selfloaded stuff
authorIlya Zakharevich <ilya@math.berkeley.edu>
Mon, 23 Jul 2001 18:07:40 +0000 (14:07 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Jul 2001 21:19:28 +0000 (21:19 +0000)
Message-ID: <20010723180740.A13960@math.ohio-state.edu>

p4raw-id: //depot/perl@11456

op.c

diff --git a/op.c b/op.c
index 33374e9..62309a1 100644 (file)
--- a/op.c
+++ b/op.c
@@ -4750,6 +4750,8 @@ Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
        }
        /* ... before we throw it away */
        SvREFCNT_dec(PL_compcv);
+       if (PERLDB_INTER)/* Advice debugger on the new sub. */
+         ++PL_sub_generation;
     }
     else {
        cv = PL_compcv;