소스 검색

tarray15: the conditions added in r40779 should be or, instead of and (thanks Pierre)

git-svn-id: trunk@40784 -
Károly Balogh 6 년 전
부모
커밋
078d8e9d2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) and defined(amiga) and defined(atari) and defined(palmos)}
+{$if defined(msdos) or defined(hasamiga) or defined(atari) or defined(palmos)}
 {$undef target_supports_rodata}
 {$endif}