mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +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}
|
||||
{$if defined(msdos)}
|
||||
{$undefine target_supports_rodata}
|
||||
{$undef target_supports_rodata}
|
||||
{$endif}
|
||||
|
||||
{$mode objfpc}
|
||||
|
Loading…
Reference in New Issue
Block a user