One less -Wall whine (found under DEBUGGING).
Jarkko Hietaniemi [Tue, 12 Jun 2001 14:11:26 +0000 (14:11 +0000)]
p4raw-id: //depot/perl@10537

x2p/Makefile.SH
x2p/a2p.c

index 5db022f..3b42c21 100755 (executable)
@@ -119,6 +119,7 @@ run_byacc:  FORCE check_byacc
        $(BYACC) a2p.y
        rm -f a2p.c
        sed -e 's/(yyn = yydefred\[yystate\])/((yyn = yydefred[yystate]))/' \
+           -e 's/(yys = getenv("YYDEBUG"))/((yys = getenv("YYDEBUG")))/' \
            -e 's/^yyerrlab://' \
            -e 's/^    goto yyerrlab;//' \
            -e 's/^yynewerror://' \
index 4cf6c51..357e8e4 100644 (file)
--- a/x2p/a2p.c
+++ b/x2p/a2p.c
@@ -2089,7 +2089,7 @@ yyparse()
     register char *yys;
     extern char *getenv();
 
-    if (yys = getenv("YYDEBUG"))
+    if ((yys = getenv("YYDEBUG")))
     {
         yyn = *yys;
         if (yyn >= '0' && yyn <= '9')