mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* Support for file type parsing (part 2)
git-svn-id: trunk@3853 -
This commit is contained in:
parent
28ce91de92
commit
9c13368393
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user