mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 00:19:19 +02:00
Fix wrong preprocessor: $undefine is not accepted, must be $undef
git-svn-id: trunk@39116 -
This commit is contained in:
parent
f505718e6c
commit
4efb978858
@ -2,7 +2,7 @@ program tarray15;
|
|||||||
|
|
||||||
{$define target_supports_rodata}
|
{$define target_supports_rodata}
|
||||||
{$if defined(msdos)}
|
{$if defined(msdos)}
|
||||||
{$undefine target_supports_rodata}
|
{$undef target_supports_rodata}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
|
Loading…
Reference in New Issue
Block a user