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 ce0e423e9f
commit 7768504a93

View File

@@ -739,7 +739,7 @@ WalkStat(nd, exit_label, end_reached)
CurrVis = link.sc_next;
WithDesigs = wds.w_next;
FreePtr(ds.dsg_offset);
WalkDesignator(left, &ds, wds.w_flags & (D_USED|D_DEFINED));
ChkDesig(left, wds.w_flags & (D_USED|D_DEFINED));
break;
}