projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f2da18
)
PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
Nicholas Clark [Sat, 28 Jan 2006 14:02:10 +0000 (14:02 +0000)]
p4raw-id: //depot/perl@26980
gv.c
patch
|
blob
|
blame
|
history
diff --git
a/gv.c
b/gv.c
index
f5f3794
..
888d2fc
100644
(file)
--- a/
gv.c
+++ b/
gv.c
@@
-253,6
+253,7
@@
S_gv_init_sv(pTHX_ GV *gv, I32 sv_type)
case SVt_NULL:
case SVt_PVCV:
case SVt_PVFM:
+ case SVt_PVGV:
break;
default:
(void)GvSVn(gv);