mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:59:29 +02:00
+ define DEFAULT_DOUBLE on m68k
git-svn-id: trunk@8499 -
This commit is contained in:
parent
334b9b4ee1
commit
b11e861b0f
@ -130,11 +130,13 @@ Type
|
||||
{$endif CPUX86_64}
|
||||
|
||||
{$ifdef CPUM68K}
|
||||
ValReal = Real;
|
||||
{$define DEFAULT_DOUBLE}
|
||||
|
||||
{$define SUPPORT_SINGLE}
|
||||
{$define SUPPORT_DOUBLE}
|
||||
|
||||
ValReal = Real;
|
||||
|
||||
{ Comp type does not exist on fpu }
|
||||
Comp = int64;
|
||||
PComp = ^Comp;
|
||||
@ -903,4 +905,3 @@ const
|
||||
{$ifdef fpdocsystem}
|
||||
{$i system.fpd}
|
||||
{$endif}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user