From: sater Date: Mon, 2 Dec 1985 13:55:06 +0000 (+0000) Subject: Corrected error in otime of initialisation of booleans X-Git-Tag: release-5-5~5385 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a91e33ce96cb27c451d15829f48b2b55a69cbdbd;p=ack.git Corrected error in otime of initialisation of booleans --- diff --git a/util/ncgg/cgg.y b/util/ncgg/cgg.y index 34af468ed..1fca1cc0d 100644 --- a/util/ncgg/cgg.y +++ b/util/ncgg/cgg.y @@ -640,9 +640,11 @@ optsecondstring ; onepattern - : { inithall(); startline=lineno; tokpatlen=0; } + : { inithall(); startline=lineno; + tokpatlen=0; optexact=0; optstack=0; + } kills allocates generates yields leaving - { optexact=0; optstack=0; + { patindex[npatterns++]=codeindex; checkhall(); dopattern(0,$2,$3,$4,$5,$6);