projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d51230
)
suppress redefined warnings on C<INIT {} INIT {}>
Gurusamy Sarathy [Wed, 22 Jul 1998 07:28:35 +0000 (07:28 +0000)]
p4raw-id: //depot/perl@1628
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
fc2e7da
..
16f528d
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-3669,6
+3669,7
@@
newSUB(I32 floor, OP *o, OP *proto, OP *block)
if (!PL_initav)
PL_initav = newAV();
av_push(PL_initav, SvREFCNT_inc(cv));
+ GvCV(gv) = 0;
}
}