From 65f3bb6751dff212c78d67f2deee6602898873e9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 27 Jun 2013 15:12:18 +0300 Subject: Minor cleanup in awkgram.y. --- awkgram.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'awkgram.c') diff --git a/awkgram.c b/awkgram.c index 10fd4215..947f4a30 100644 --- a/awkgram.c +++ b/awkgram.c @@ -2603,7 +2603,7 @@ yyreduce: (yyval) = list_prepend(ip, (yyvsp[(1) - (8)])); bcfree((yyvsp[(4) - (8)])); } /* else - $1 and $4 are NULLs */ + $1 and $4 are NULLs */ } break; @@ -7940,10 +7940,8 @@ add_lint(INSTRUCTION *list, LINTTYPE linttype) ; if (do_lint) { /* compile-time warning */ -#ifndef NO_LINT if (isnoeffect(ip->opcode)) lintwarn_ln(ip->source_line, ("statement may have no effect")); -#endif } if (ip->opcode == Op_push) { /* run-time warning */ -- cgit v1.2.3