disable explicitly overflow checks

This commit is contained in:
pierre 2000-06-06 19:52:50 +00:00
parent 786681b1c6
commit 7f52cfc571

View File

@ -1,3 +1,4 @@
{$Q-} { this is necessary to avoid an overflow error below }
{$mode objfpc}
uses
sysutils
@ -1186,4 +1187,4 @@ begin
writeln(' Int64 test successful');
writeln('------------------------------------------------------');
halt(0);
end.
end.