diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-28 14:02:10 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-28 14:02:10 +0000 |
commit | e654831bf5852e58816193ed94d40e2031346fa6 (patch) | |
tree | 5b77ea01832b4dce8fa92be8953999b0232ce173 /gv.c | |
parent | 4f2da183afece5ce28d1dcdb66d8d931eb0d976a (diff) | |
download | perl-e654831bf5852e58816193ed94d40e2031346fa6.tar.gz |
PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
p4raw-id: //depot/perl@26980
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |