Ver código fonte

* rtl/atari: do not default to tinyheap for now. the compiler itself doesn't work with tinyheap for some reason

Karoly Balogh 3 anos atrás
pai
commit
f12fcc9e06
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/atari/system.pp

+ 1 - 1
rtl/atari/system.pp

@@ -21,7 +21,7 @@ interface
 {$define FPC_IS_SYSTEM}
 {$define FPC_STDOUT_TRUE_ALIAS}
 {$define FPC_ANSI_TEXTFILEREC}
-{$define FPC_ATARI_USE_TINYHEAP}
+{.$define FPC_ATARI_USE_TINYHEAP}
 
 {$ifdef FPC_ATARI_USE_TINYHEAP}
 {$define HAS_MEMORYMANAGER}