mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-26 10:07:25 +01:00
tarray15: the conditions added in r40779 should be or, instead of and (thanks Pierre)
git-svn-id: trunk@40784 -
This commit is contained in:
parent
45f5fdc6da
commit
078d8e9d2a
@ -1,7 +1,7 @@
|
|||||||
program tarray15;
|
program tarray15;
|
||||||
|
|
||||||
{$define target_supports_rodata}
|
{$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}
|
{$undef target_supports_rodata}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user