Sfoglia il codice sorgente

* Support for file type parsing (part 2)

git-svn-id: trunk@3853 -
michael 19 anni fa
parent
commit
9c13368393
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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;