mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +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
|
||||
else
|
||||
begin
|
||||
Result:='Set of '+EnumType.SafeName;
|
||||
Result:='Set of '+EnumType.GetDeclaration(True);
|
||||
If Full then
|
||||
Result:=SafeName+' = '+Result;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user