mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 14:49:47 +02:00
* Fixed to conform to new structures in pastree
git-svn-id: trunk@22092 -
This commit is contained in:
parent
e6efbd36ad
commit
3bc8bbf378
@ -1905,7 +1905,7 @@ begin
|
||||
begin
|
||||
if j > 0 then
|
||||
AppendSym(CodeEl, ', ');
|
||||
AppendPasSHFragment(CodeEl, CurVariant.Values[j], 0);
|
||||
AppendPasSHFragment(CodeEl, TPasElement(CurVariant.Values[j]).GetDeclaration(true), 0);
|
||||
end;
|
||||
AppendSym(CodeEl, ': (');
|
||||
AppendType(CodeEl, TableEl, CurVariant.Members, True, NestingLevel + 3);
|
||||
|
Loading…
Reference in New Issue
Block a user