mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* fixed for ppc
This commit is contained in:
parent
db7d93495b
commit
706de77ef7
@ -3,6 +3,9 @@ Program ansitest;
|
||||
{$ifdef cpu68k}
|
||||
{$define COMP_IS_INT64}
|
||||
{$endif cpu68k}
|
||||
{$ifdef cpupowerpc}
|
||||
{$define COMP_IS_INT64}
|
||||
{$endif cpupowerpc}
|
||||
|
||||
{$ifndef fpc}
|
||||
Function Memavail : Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user