* Support for file type parsing (part 2)

git-svn-id: trunk@3853 -
This commit is contained in:
michael 2006-06-12 20:08:12 +00:00
parent 28ce91de92
commit 9c13368393

View File

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