浏览代码

* Support for file type parsing (part 2)

git-svn-id: trunk@3853 -
michael 19 年之前
父节点
当前提交
9c13368393
共有 1 个文件被更改,包括 0 次插入3 次删除
  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;