소스 검색

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

git-svn-id: trunk@39116 -
pierre 7 년 전
부모
커밋
4efb978858
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}