소스 검색

* 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;