mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 17:00:40 +02:00
* Patch from Simone Tacconi to fix set getdeclaration. Fixes issue #41106
This commit is contained in:
parent
c10e57f1d8
commit
c89b6a5908
@ -4580,7 +4580,7 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Result:='Set of '+EnumType.SafeName;
|
Result:='Set of '+EnumType.GetDeclaration(True);
|
||||||
If Full then
|
If Full then
|
||||||
Result:=SafeName+' = '+Result;
|
Result:=SafeName+' = '+Result;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user