mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:49:09 +02:00
* rtl/atari: do not default to tinyheap for now. the compiler itself doesn't work with tinyheap for some reason
This commit is contained in:
parent
1e90a4db3e
commit
f12fcc9e06
@ -21,7 +21,7 @@ interface
|
|||||||
{$define FPC_IS_SYSTEM}
|
{$define FPC_IS_SYSTEM}
|
||||||
{$define FPC_STDOUT_TRUE_ALIAS}
|
{$define FPC_STDOUT_TRUE_ALIAS}
|
||||||
{$define FPC_ANSI_TEXTFILEREC}
|
{$define FPC_ANSI_TEXTFILEREC}
|
||||||
{$define FPC_ATARI_USE_TINYHEAP}
|
{.$define FPC_ATARI_USE_TINYHEAP}
|
||||||
|
|
||||||
{$ifdef FPC_ATARI_USE_TINYHEAP}
|
{$ifdef FPC_ATARI_USE_TINYHEAP}
|
||||||
{$define HAS_MEMORYMANAGER}
|
{$define HAS_MEMORYMANAGER}
|
||||||
|
Loading…
Reference in New Issue
Block a user