mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:09:20 +02:00
* patch from Dmitry for "file of integer" like syntax, mantis 16673
git-svn-id: trunk@15729 -
This commit is contained in:
parent
2e8b8fa54e
commit
b10b49efda
@ -490,6 +490,7 @@ begin
|
|||||||
tkFile:
|
tkFile:
|
||||||
begin
|
begin
|
||||||
Result := TPasFileType(CreateElement(TPasFileType, '', Parent));
|
Result := TPasFileType(CreateElement(TPasFileType, '', Parent));
|
||||||
|
ParseFileType(TPasFileType(Result));
|
||||||
end;
|
end;
|
||||||
tkArray:
|
tkArray:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user