mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:39:25 +02:00
* Fix some minor sideeffect introduced by r15729. File without "of integer" must remain working.
git-svn-id: trunk@15743 -
This commit is contained in:
parent
99aece6230
commit
72f53aacd8
@ -651,7 +651,9 @@ procedure TPasParser.ParseFileType(Element: TPasFileType);
|
||||
begin
|
||||
NextToken;
|
||||
If CurToken=tkOf then
|
||||
Element.ElType := ParseType(nil);
|
||||
Element.ElType := ParseType(nil)
|
||||
else
|
||||
ungettoken;
|
||||
end;
|
||||
|
||||
function TPasParser.isEndOfExp:Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user