X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=x2p%2Fa2p.c;h=a118b3ad8cc9b67b681e43fc30f0935e543eec33;hb=ae7638f4d1ab4edf2eef64922c6d042904d21153;hp=4cf6c5115cca7baf77f9a36973ece8177beb0935;hpb=08e61bccdfbdea504a137785230ae6bd350c2bdb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/x2p/a2p.c b/x2p/a2p.c index 4cf6c51..a118b3a 100644 --- a/x2p/a2p.c +++ b/x2p/a2p.c @@ -5,7 +5,7 @@ #line 2 "a2p.y" /* $RCSfile: a2p.y,v $$Revision: 4.1 $$Date: 92/08/07 18:29:12 $ * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (c) 1991-2002, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -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')