Explorar o código

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

git-svn-id: trunk@39116 -
pierre %!s(int64=7) %!d(string=hai) anos
pai
achega
4efb978858
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}