Explorar o código

* 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 %!s(int64=8) %!d(string=hai) anos
pai
achega
d133f210ca
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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