Przeglądaj źródła

* start new objectfile for interface wrappers

git-svn-id: trunk@9868 -
peter 17 lat temu
rodzic
commit
266622deef
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      compiler/ncgutil.pas

+ 1 - 0
compiler/ncgutil.pas

@@ -2629,6 +2629,7 @@ implementation
             if (ImplIntf=ImplIntf.VtblImplIntf) and
             if (ImplIntf=ImplIntf.VtblImplIntf) and
                assigned(ImplIntf.ProcDefs) then
                assigned(ImplIntf.ProcDefs) then
               begin
               begin
+                maybe_new_object_file(list);
                 for j:=0 to ImplIntf.ProcDefs.Count-1 do
                 for j:=0 to ImplIntf.ProcDefs.Count-1 do
                   begin
                   begin
                     pd:=TProcdef(ImplIntf.ProcDefs[j]);
                     pd:=TProcdef(ImplIntf.ProcDefs[j]);