Browse Source

disable range check explicitly

pierre 25 năm trước cách đây
mục cha
commit
0508920eb7
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      tests/tbs/tbs0046.pp

+ 3 - 1
tests/tbs/tbs0046.pp

@@ -1,6 +1,8 @@
 program test;
 program test;
 
 
-{$ifdef fpk}
+{$R-}
+
+{$ifdef fpc}
 {$ifdef go32v2}
 {$ifdef go32v2}
 uses
 uses
    dpmiexcp;
    dpmiexcp;