This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
disable range check explicitly
pierre
25 years ago
parent
21f27af5a2
commit
0508920eb7
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
3
1
tests/tbs/tbs0046.pp
+ 3
- 1
tests/tbs/tbs0046.pp
View File
@@ -1,6 +1,8 @@
program test;
program test;
-{$ifdef fpk}
+{$R-}
+
+{$ifdef fpc}
{$ifdef go32v2}
{$ifdef go32v2}
uses
uses
dpmiexcp;
dpmiexcp;