Change 26633 by [EMAIL PROTECTED] on 2006/01/04 10:25:42

        Silence compiler warning; ref change 26598

Affected files ...

... //depot/perl/op.c#742 edit

Differences ...

==== //depot/perl/op.c#742 (text) ====
Index: perl/op.c
--- perl/op.c#741~26574~        2006-01-02 07:19:59.000000000 -0800
+++ perl/op.c   2006-01-04 02:25:42.000000000 -0800
@@ -3504,7 +3504,7 @@
     CopSTASH_set(cop, PL_curstash);
 
     if (PERLDB_LINE && PL_curstash != PL_debstash) {
-       SV * const * const svp = av_fetch(CopFILEAV(PL_curcop), 
(I32)CopLINE(cop), FALSE);
+       SV * const * const svp = av_fetch(CopFILEAVx(PL_curcop), 
(I32)CopLINE(cop), FALSE);
        if (svp && *svp != &PL_sv_undef ) {
            (void)SvIOK_on(*svp);
            SvIV_set(*svp, PTR2IV(cop));
End of Patch.

Reply via email to