From: Gurusamy Sarathy <gsar@cpan.org>
Date: Mon, 7 Feb 2000 18:17:49 +0000 (+0000)
Subject: thinko in change#5029
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a50e31ad67ea8ac98207ddc7b614b17d893653f1;p=p5sagit%2Fp5-mst-13.2.git

thinko in change#5029

p4raw-link: @5029 on //depot/perl: 46487f74b15c77c6f040c8b818f810a5255b1078

p4raw-id: //depot/perl@5030
---

diff --git a/gv.c b/gv.c
index 7b702ad..317cbb0 100644
--- 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;