This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add code comment for change 22525
authorDave Mitchell <davem@fdisolutions.com>
Thu, 18 Mar 2004 19:02:32 +0000 (19:02 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Thu, 18 Mar 2004 19:02:32 +0000 (19:02 +0000)
p4raw-id: //depot/perl@22531

pp.c

diff --git a/pp.c b/pp.c
index 866d554..d3434c3 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -2377,7 +2377,7 @@ PP(pp_complement)
        register I32 anum;
        STRLEN len;
 
-       (void)SvPV_nomg(sv,len);
+       (void)SvPV_nomg(sv,len); /* force check for uninit var */
        sv_setsv_nomg(TARG, sv);
        tmps = (U8*)SvPV_force(TARG, len);
        anum = len;