From: dtrg Date: Sun, 1 Aug 2010 10:36:01 +0000 (+0000) Subject: Prevent build failure on modern Bisons (which are more picky than the old yacc this... X-Git-Tag: release-6-0-pre-4~3 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5a872eed38aa65d26d0273dfe36fd3b71b200c71;p=ack.git Prevent build failure on modern Bisons (which are more picky than the old yacc this was written for). --- diff --git a/util/cgg/bootgram.y b/util/cgg/bootgram.y index 02d9a3d13..d1ff22cfb 100644 --- a/util/cgg/bootgram.y +++ b/util/cgg/bootgram.y @@ -490,7 +490,7 @@ optstack ; code : - { $$ = codebytes; cchandled=ccspoiled=0; } + { $$ = codebytes; cchandled=ccspoiled=0; } initcode restcode { if (cchandled==0 && ccspoiled!=0) { outbyte(DO_ERASE);