bug fix in WITH statement: called WalkDesignator instead of ChkDesig

This commit is contained in:
ceriel 1989-03-22 11:07:21 +00:00
parent 3a3b5db45d
commit 4e21aced73

View file

@ -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;
} }