Change 29970 by [EMAIL PROTECTED] on 2007/01/25 11:41:13
Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
Affected files ...
... //depot/perl/gv.c#346 edit
Differences ...
==== //depot/perl/gv.c#346 (text) ====
Index: perl/gv.c
--- perl/gv.c#345~29875~ 2007-01-18 08:52:37.000000000 -0800
+++ perl/gv.c 2007-01-25 03:41:13.000000000 -0800
@@ -171,7 +171,7 @@
Newxz(gp, 1, GP);
#ifndef PERL_DONT_CREATE_GVSV
- gp->gv_sv = newSV(0);
+ gp->gp_sv = newSV(0);
#endif
gp->gp_line = PL_curcop ? CopLINE(PL_curcop) : 0;
End of Patch.