mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 14:49:47 +02:00
* Fixed writing of untyped file
git-svn-id: trunk@7557 -
This commit is contained in:
parent
73b8fba64b
commit
b5e048691c
@ -1439,7 +1439,9 @@ begin
|
||||
// Record type
|
||||
else if Element.ClassType = TPasRecordType then
|
||||
Result := AppendRecordType(CodeEl, TableEl, TPasRecordType(Element), NestingLevel)
|
||||
else
|
||||
else if (Element.ClassType = TPasFileType) and (TPasFileType(Element).elType=Nil) then
|
||||
AppendPasSHFragment(CodeEl,'file',0)
|
||||
else
|
||||
// Other types
|
||||
AppendHyperlink(CodeEl, Element);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user