Przeglądaj źródła

* AVR: due to recent fixes, EXCLUDE_COMPLEX_PROCS is not needed anymore

git-svn-id: trunk@43997 -
florian 5 lat temu
rodzic
commit
799ea31a5f
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      rtl/embedded/system.pp

+ 4 - 2
rtl/embedded/system.pp

@@ -26,9 +26,11 @@ Unit System;
 {$define HAS_CMDLINE}
 {$define HAS_CMDLINE}
 
 
 { currently, the avr compiler cannot compile complex procedures especially dealing with int64
 { currently, the avr compiler cannot compile complex procedures especially dealing with int64
-  which are probaly anyways rarely used on avr }
+  which are probably anyways rarely used on avr
+
+  meanwhile, the avr compiler can deal with them (FK) }
 {$ifdef CPUAVR}
 {$ifdef CPUAVR}
-{$define EXCLUDE_COMPLEX_PROCS}
+{ $define EXCLUDE_COMPLEX_PROCS}
 {$endif CPUAVR}
 {$endif CPUAVR}
 
 
 { $define USE_NOTHREADMANAGER}
 { $define USE_NOTHREADMANAGER}