Fix wrong preprocessor: $undefine is not accepted, must be $undef

git-svn-id: trunk@39116 -
This commit is contained in:
pierre 2018-05-25 14:51:13 +00:00
parent f505718e6c
commit 4efb978858

View File

@ -2,7 +2,7 @@ program tarray15;
{$define target_supports_rodata}
{$if defined(msdos)}
{$undefine target_supports_rodata}
{$undef target_supports_rodata}
{$endif}
{$mode objfpc}