From: Jeff Pinyan Date: Tue, 4 Sep 2001 12:51:02 +0000 (-0400) Subject: Re: [PATCH gv.c] @& sets PL_sawampersand X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b5276ceb02fdf27e0fee45e5cba9ffcdae61d6b;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH gv.c] @& sets PL_sawampersand Message-ID: p4raw-id: //depot/perl@11867 --- diff --git a/gv.c b/gv.c index 2967fbe..6538377 100644 --- a/gv.c +++ b/gv.c @@ -821,7 +821,6 @@ Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, I32 sv_type) sv_type == SVt_PVAV || sv_type == SVt_PVHV || sv_type == SVt_PVCV || - sv_type == SVt_PVGV || sv_type == SVt_PVFM || sv_type == SVt_PVIO ) { break; }