Corrected error in otime of initialisation of booleans
authorsater <none@none>
Mon, 2 Dec 1985 13:55:06 +0000 (13:55 +0000)
committersater <none@none>
Mon, 2 Dec 1985 13:55:06 +0000 (13:55 +0000)
util/ncgg/cgg.y

index 34af468..1fca1cc 100644 (file)
@@ -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);