Browse Source

* fix PowerPC compilation

git-svn-id: trunk@44097 -
florian 5 years ago
parent
commit
b777dc21d7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      compiler/parabase.pas

+ 0 - 3
compiler/parabase.pas

@@ -226,9 +226,6 @@ implementation
         result.intsize:=intsize;
         result.def:=def;
         result.Temporary:=Temporary;
-{$ifdef powerpc}
-        result.composite:=composite;
-{$endif powerpc}
       end;