mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
fcl-passrc: paswrite: write interfaces GUID
git-svn-id: trunk@36615 -
This commit is contained in:
parent
4001435454
commit
584ef096a0
@ -243,6 +243,11 @@ begin
|
|||||||
wrtln(')')
|
wrtln(')')
|
||||||
else
|
else
|
||||||
wrtln;
|
wrtln;
|
||||||
|
|
||||||
|
if AClass.ObjKind = okInterface then
|
||||||
|
if Assigned(AClass.GUIDExpr) then
|
||||||
|
wrtln('['+AClass.InterfaceGUID+']');
|
||||||
|
|
||||||
IncIndent;
|
IncIndent;
|
||||||
LastVisibility := visDefault;
|
LastVisibility := visDefault;
|
||||||
for i := 0 to AClass.Members.Count - 1 do
|
for i := 0 to AClass.Members.Count - 1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user