thinko in change#5029
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 18:17:49 +0000 (18:17 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 18:17:49 +0000 (18:17 +0000)
p4raw-link: @5029 on //depot/perl: 46487f74b15c77c6f040c8b818f810a5255b1078

p4raw-id: //depot/perl@5030

gv.c

diff --git a/gv.c b/gv.c
index 7b702ad..317cbb0 100644 (file)
--- a/gv.c
+++ b/gv.c
@@ -845,8 +845,8 @@ Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, I32 sv_type)
            break;
        goto ro_magicalize;
     case '\027':       /* $^W & $^WARNING_BITS */
-       if (len > 1 && (strNE(name, "\027ARNING_BITS")
-                       || strNE(name, "\027IDE_SYSTEM_CALLS")))
+       if (len > 1 && strNE(name, "\027ARNING_BITS")
+           && strNE(name, "\027IDE_SYSTEM_CALLS"))
            break;
        goto magicalize;