* fixed typo which caused overflow checks not to be turned off when

calculating magic division constants

git-svn-id: trunk@5316 -
This commit is contained in:
Jonas Maebe 2006-11-10 20:53:50 +00:00
parent eb411035eb
commit 5522cbd7cd

View File

@ -67,7 +67,7 @@ implementation
{$endif} {$endif}
{$ifopt q+} {$ifopt q+}
{$r-} {$q-}
{$define overflowon} {$define overflowon}
{$endif} {$endif}
{ helper functions } { helper functions }