mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:49:17 +02:00
* fixed comp/int64 issue
This commit is contained in:
parent
370ea9e79a
commit
a7f1878fc9
@ -6,6 +6,9 @@ Program ansitest;
|
||||
{$ifdef cpupowerpc}
|
||||
{$define COMP_IS_INT64}
|
||||
{$endif cpupowerpc}
|
||||
{$ifdef FPC_COMP_IS_INT64}
|
||||
{$define COMP_IS_INT64}
|
||||
{$endif FPC_COMP_IS_INT64}
|
||||
|
||||
{$ifndef fpc}
|
||||
Function Memavail : Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user