summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-07-23 14:07:40 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-23 21:19:28 +0000
commita933f6011129fbd383aba331534ef87e35eeff2f (patch)
tree1231b915d7d8af186cb7973fbcbfdaf5da1259d0
parentb961a5663ff8cf4b987118f593328773ddc9819c (diff)
downloadperl-a933f6011129fbd383aba331534ef87e35eeff2f.tar.gz
debugging selfloaded stuff
Message-ID: <20010723180740.A13960@math.ohio-state.edu> p4raw-id: //depot/perl@11456
-rw-r--r--op.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/op.c b/op.c
index 33374e9298..62309a1f1b 100644
--- 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;