mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:09:20 +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
|
begin
|
||||||
if j > 0 then
|
if j > 0 then
|
||||||
AppendSym(CodeEl, ', ');
|
AppendSym(CodeEl, ', ');
|
||||||
AppendPasSHFragment(CodeEl, CurVariant.Values[j], 0);
|
AppendPasSHFragment(CodeEl, TPasElement(CurVariant.Values[j]).GetDeclaration(true), 0);
|
||||||
end;
|
end;
|
||||||
AppendSym(CodeEl, ': (');
|
AppendSym(CodeEl, ': (');
|
||||||
AppendType(CodeEl, TableEl, CurVariant.Members, True, NestingLevel + 3);
|
AppendType(CodeEl, TableEl, CurVariant.Members, True, NestingLevel + 3);
|
||||||
|
Loading…
Reference in New Issue
Block a user