mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
* 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:
parent
eb411035eb
commit
5522cbd7cd
@ -67,7 +67,7 @@ implementation
|
|||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$ifopt q+}
|
{$ifopt q+}
|
||||||
{$r-}
|
{$q-}
|
||||||
{$define overflowon}
|
{$define overflowon}
|
||||||
{$endif}
|
{$endif}
|
||||||
{ helper functions }
|
{ helper functions }
|
||||||
|
Loading…
Reference in New Issue
Block a user