Browse Source

disable range check explicitly

pierre 25 years ago
parent
commit
0508920eb7
1 changed files with 3 additions and 1 deletions
  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;