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:
185c8ba
)
Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
author
Nicholas Clark
<nick@ccl4.org>
Thu, 25 Jan 2007 11:41:13 +0000
(11:41 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 25 Jan 2007 11:41:13 +0000
(11:41 +0000)
p4raw-id: //depot/perl@29970
gv.c
patch
|
blob
|
blame
|
history
diff --git
a/gv.c
b/gv.c
index
9c33b42
..
78e528f
100644
(file)
--- a/
gv.c
+++ b/
gv.c
@@
-171,7
+171,7
@@
Perl_newGP(pTHX_ GV *const gv)
Newxz(gp, 1, GP);
#ifndef PERL_DONT_CREATE_GVSV
- gp->g
v
_sv = newSV(0);
+ gp->g
p
_sv = newSV(0);
#endif
gp->gp_line = PL_curcop ? CopLINE(PL_curcop) : 0;