* range and overflow checks explicitly disabled

git-svn-id: trunk@6538 -
This commit is contained in:
pierre 2007-02-18 00:40:28 +00:00
parent 5fc4257482
commit 40d9ef1196

View File

@ -4,9 +4,15 @@
{$MODE DELPHI} {$MODE DELPHI}
{$endif} {$endif}
{ Range and overflow checks need to be off }
{$Q-}
{$R-}
const Inf=1/0; const Inf=1/0;
NaN=0/0; NaN=0/0;
MinusInf=-Inf; MinusInf=-Inf;
var var
s : string; s : string;
error : boolean; error : boolean;