Corrected error in otime of initialisation of booleans

This commit is contained in:
sater 1985-12-02 13:55:06 +00:00
parent 5b09f4211d
commit a91e33ce96

View 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);