Browse Source

* fixed ppu dump for objc categories

git-svn-id: trunk@30465 -
Jonas Maebe 10 years ago
parent
commit
b403a8c3fd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 2
compiler/utils/ppuutils/ppudump.pp

@@ -3191,8 +3191,7 @@ begin
 
 
              writeln([space,' Abstract methods : ',getlongint]);
              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
                begin
                  write([space,'    Helper parent : ']);
                  write([space,'    Helper parent : ']);
                  readderef('',objdef.HelperParent);
                  readderef('',objdef.HelperParent);