mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 02:10:22 +02:00
* fixed ppu dump for objc categories
git-svn-id: trunk@30465 -
This commit is contained in:
parent
f6b03b2912
commit
b403a8c3fd
@ -3191,8 +3191,7 @@ begin
|
||||
|
||||
writeln([space,' Abstract methods : ',getlongint]);
|
||||
|
||||
if (tobjecttyp(b)=odt_helper) or
|
||||
(oo_is_classhelper in current_objectoptions) then
|
||||
if tobjecttyp(b)=odt_helper then
|
||||
begin
|
||||
write([space,' Helper parent : ']);
|
||||
readderef('',objdef.HelperParent);
|
||||
|
Loading…
Reference in New Issue
Block a user