mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:49:12 +02:00
* ppudump: Output "RetType" attribute for procedures and destructors.
git-svn-id: trunk@24511 -
This commit is contained in:
parent
45895f26e0
commit
10c1b11d15
@ -1065,8 +1065,7 @@ begin
|
||||
Output.WriteStr('', ProcOptionNames[opt]);
|
||||
Output.WriteArrayEnd('Options');
|
||||
end;
|
||||
if Options*[poProcedure, poDestructor] = [] then
|
||||
ReturnType.Write(Output, 'RetType');
|
||||
ReturnType.Write(Output, 'RetType');
|
||||
end;
|
||||
|
||||
constructor TPpuProcDef.Create(AParent: TPpuContainerDef);
|
||||
|
Loading…
Reference in New Issue
Block a user