Explorar o código

* fixed ppu dump for objc categories

git-svn-id: trunk@30465 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
b403a8c3fd
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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]);
 
-             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);