Browse Source

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

git-svn-id: trunk@39116 -
pierre 7 năm trước cách đây
mục cha
commit
4efb978858
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/tarray15.pp

+ 1 - 1
tests/test/tarray15.pp

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