This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f7f12d
)
Re: [PATCH gv.c] @& sets PL_sawampersand
author
Jeff Pinyan
<japhy@pobox.com>
Tue, 4 Sep 2001 12:51:02 +0000
(08:51 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 4 Sep 2001 16:35:27 +0000
(16:35 +0000)
Message-ID: <Pine.GSO.4.21.
0109041250420
.7601-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11867
gv.c
patch
|
blob
|
blame
|
history
diff --git
a/gv.c
b/gv.c
index
2967fbe
..
6538377
100644
(file)
--- 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; }