mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
correct ppudump
git-svn-id: branches/svenbarth/classhelpers@17238 -
This commit is contained in:
parent
553d357d64
commit
c0a0ec9962
@ -2181,7 +2181,7 @@ begin
|
||||
odt_dispinterface : writeln('dispinterface');
|
||||
odt_objcclass : writeln('objcclass');
|
||||
odt_objcprotocol : writeln('objcprotocol');
|
||||
odt_classhelper : writeln('class helper');
|
||||
odt_helper : writeln('helper');
|
||||
else writeln('!! Warning: Invalid object type ',b);
|
||||
end;
|
||||
writeln(space,' External name : ',getstring);
|
||||
@ -2201,7 +2201,7 @@ begin
|
||||
writeln(space,' IID String : ',getstring);
|
||||
end;
|
||||
|
||||
if (tobjecttyp(b)=odt_classhelper) or
|
||||
if (tobjecttyp(b)=odt_helper) or
|
||||
(oo_is_classhelper in current_objectoptions) then
|
||||
begin
|
||||
write(space,' Helper parent : ');
|
||||
|
Loading…
Reference in New Issue
Block a user