improve line number administration
This commit is contained in:
parent
ac92c0b9c3
commit
a40768b6f9
1 changed files with 4 additions and 1 deletions
|
@ -2158,7 +2158,10 @@ begin with a do begin
|
||||||
end;
|
end;
|
||||||
if sz<>0 then gencst(op_asp,sz);
|
if sz<>0 then gencst(op_asp,sz);
|
||||||
asp:=fip^.idtype;
|
asp:=fip^.idtype;
|
||||||
if asp<>nil then genasp(op_lfr)
|
if asp<>nil then genasp(op_lfr);
|
||||||
|
if (fip^.pfkind = extern) and (opt['l'] <> off) then
|
||||||
|
begin genop(op_fil); argdlb(fildlb) end;
|
||||||
|
genlin
|
||||||
end end;
|
end end;
|
||||||
|
|
||||||
procedure fileaddr;
|
procedure fileaddr;
|
||||||
|
|
Loading…
Reference in a new issue