Explorar el Código

* fixed ppu dump for objc categories

git-svn-id: trunk@30465 -
Jonas Maebe hace 10 años
padre
commit
b403a8c3fd
Se han modificado 1 ficheros con 1 adiciones y 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);