Explorar o código

* document finish_copied_procdef()

git-svn-id: trunk@35086 -
Jonas Maebe %!s(int64=8) %!d(string=hai) anos
pai
achega
8af85a16b3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/symcreat.pas

+ 2 - 1
compiler/symcreat.pas

@@ -84,7 +84,8 @@ interface
     added earlier }
     added earlier }
   procedure add_synthetic_method_implementations(st: tsymtable);
   procedure add_synthetic_method_implementations(st: tsymtable);
 
 
-
+  { finalize a procdef that has been copied with
+    tprocdef.getcopyas(procdef,pc_bareproc) }
   procedure finish_copied_procdef(var pd: tprocdef; const realname: string; newparentst: tsymtable; newstruct: tabstractrecorddef);
   procedure finish_copied_procdef(var pd: tprocdef; const realname: string; newparentst: tsymtable; newstruct: tabstractrecorddef);
 
 
   { create "parent frame pointer" record skeleton for procdef, in which local
   { create "parent frame pointer" record skeleton for procdef, in which local