This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Don’t repeat GvSVn
authorFather Chrysostomos <sprout@cpan.org>
Mon, 11 Jun 2012 03:12:33 +0000 (20:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Jun 2012 19:28:14 +0000 (12:28 -0700)
commit17e630981f8fb430b753fffb5027dbe121759a1c
treebd9a6fe692ccd2a70e185849ece168d547d71fa9
parent334dda80119a7439d15c0fad85c705b913ba6848
gv.c: Don’t repeat GvSVn

GvSVn checks whether there is a scalar present and creates one if there
is not.  So doing GvSVn twice in a row results in a redundant check.

It has been this way since c69033f2.
gv.c