浏览代码

* correct comment, cause forward declarations for generic functions *do* indeed work (cause they use the same mechanism as forward definitions in the interface section)

git-svn-id: trunk@35093 -
svenbarth 8 年之前
父节点
当前提交
d133f210ca
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      compiler/pdecsub.pas

+ 1 - 2
compiler/pdecsub.pas

@@ -3371,8 +3371,7 @@ const
             - proc declared in interface of unit (or in class/record/object)
               and defined in implementation; here the fwpd might contain
               constraints while currpd must only contain undefineddefs
-            - forward declaration in implementation; this case is not supported
-              right now }
+            - forward declaration in implementation }
           foundretdef:=false;
           for i:=0 to fwpd.genericparas.count-1 do
             begin