mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* start new objectfile for interface wrappers
git-svn-id: trunk@9868 -
This commit is contained in:
parent
9334776990
commit
266622deef
@ -2629,6 +2629,7 @@ implementation
|
||||
if (ImplIntf=ImplIntf.VtblImplIntf) and
|
||||
assigned(ImplIntf.ProcDefs) then
|
||||
begin
|
||||
maybe_new_object_file(list);
|
||||
for j:=0 to ImplIntf.ProcDefs.Count-1 do
|
||||
begin
|
||||
pd:=TProcdef(ImplIntf.ProcDefs[j]);
|
||||
|
Loading…
Reference in New Issue
Block a user