Pārlūkot izejas kodu

* Support for file type parsing (part 2)

git-svn-id: trunk@3853 -
michael 19 gadi atpakaļ
vecāks
revīzija
9c13368393
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      fcl/passrc/pparser.pp

+ 0 - 3
fcl/passrc/pparser.pp

@@ -546,10 +546,7 @@ procedure TPasParser.ParseFileType(Element: TPasFileType);
 begin
   NextToken;
   If CurToken=tkOf then
-    begin
-    NextToken;
     Element.ElType := ParseType(nil);
-    end;
 end;
 
 function TPasParser.ParseExpression: String;