mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 13:01:35 +01:00
* fix PowerPC compilation
git-svn-id: trunk@44097 -
This commit is contained in:
parent
9dd25d836d
commit
b777dc21d7
@ -226,9 +226,6 @@ implementation
|
|||||||
result.intsize:=intsize;
|
result.intsize:=intsize;
|
||||||
result.def:=def;
|
result.def:=def;
|
||||||
result.Temporary:=Temporary;
|
result.Temporary:=Temporary;
|
||||||
{$ifdef powerpc}
|
|
||||||
result.composite:=composite;
|
|
||||||
{$endif powerpc}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user