Corrected error in otime of initialisation of booleans
This commit is contained in:
parent
69caad4b6c
commit
8c0e3a58f6
@ -640,9 +640,11 @@ optsecondstring
|
|||||||
;
|
;
|
||||||
|
|
||||||
onepattern
|
onepattern
|
||||||
: { inithall(); startline=lineno; tokpatlen=0; }
|
: { inithall(); startline=lineno;
|
||||||
|
tokpatlen=0; optexact=0; optstack=0;
|
||||||
|
}
|
||||||
kills allocates generates yields leaving
|
kills allocates generates yields leaving
|
||||||
{ optexact=0; optstack=0;
|
{
|
||||||
patindex[npatterns++]=codeindex;
|
patindex[npatterns++]=codeindex;
|
||||||
checkhall();
|
checkhall();
|
||||||
dopattern(0,$2,$3,$4,$5,$6);
|
dopattern(0,$2,$3,$4,$5,$6);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user