Procházet zdrojové kódy

tarray15: no rodata support on a bunch of m68k platforms

git-svn-id: trunk@40779 -
Károly Balogh před 6 roky
rodič
revize
cae98304f8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/test/tarray15.pp

+ 1 - 1
tests/test/tarray15.pp

@@ -1,7 +1,7 @@
 program tarray15;
 
 {$define target_supports_rodata}
-{$if defined(msdos)}
+{$if defined(msdos) and defined(amiga) and defined(atari) and defined(palmos)}
 {$undef target_supports_rodata}
 {$endif}