mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:19:13 +02:00
* range and overflow checks explicitly disabled
git-svn-id: trunk@6538 -
This commit is contained in:
parent
5fc4257482
commit
40d9ef1196
@ -4,9 +4,15 @@
|
||||
{$MODE DELPHI}
|
||||
{$endif}
|
||||
|
||||
{ Range and overflow checks need to be off }
|
||||
|
||||
{$Q-}
|
||||
{$R-}
|
||||
|
||||
const Inf=1/0;
|
||||
NaN=0/0;
|
||||
MinusInf=-Inf;
|
||||
|
||||
var
|
||||
s : string;
|
||||
error : boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user