mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 23:31:29 +02:00
* fixed fmtbcd for CPUs having no natural comp type
git-svn-id: trunk@5084 -
This commit is contained in:
parent
797c8de846
commit
6093708e65
@ -201,11 +201,9 @@ INTERFACE
|
|||||||
{$define myRealtype := extended}
|
{$define myRealtype := extended}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$if declared ( comp ) }
|
{$ifdef SUPPORT_COMP}
|
||||||
{$if declared ( int64 ) }
|
|
||||||
{$define comproutines}
|
{$define comproutines}
|
||||||
{$endif}
|
{$endif SUPPORT_COMP}
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{$define __low_Fraction := 0 }
|
{$define __low_Fraction := 0 }
|
||||||
{$define __high_Fraction := ( ( MaxFmtBCDFractionSize DIV 2 ) - 1 ) }
|
{$define __high_Fraction := ( ( MaxFmtBCDFractionSize DIV 2 ) - 1 ) }
|
||||||
|
Loading…
Reference in New Issue
Block a user