bug fix in WITH statement: called WalkDesignator instead of ChkDesig
This commit is contained in:
parent
3a3b5db45d
commit
4e21aced73
|
@ -739,7 +739,7 @@ WalkStat(nd, exit_label, end_reached)
|
||||||
CurrVis = link.sc_next;
|
CurrVis = link.sc_next;
|
||||||
WithDesigs = wds.w_next;
|
WithDesigs = wds.w_next;
|
||||||
FreePtr(ds.dsg_offset);
|
FreePtr(ds.dsg_offset);
|
||||||
WalkDesignator(left, &ds, wds.w_flags & (D_USED|D_DEFINED));
|
ChkDesig(left, wds.w_flags & (D_USED|D_DEFINED));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue