2
0
Эх сурвалжийг харах

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

Karoly Balogh 4 жил өмнө
parent
commit
f12fcc9e06
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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}