mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +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}
|
{$endif CPUX86_64}
|
||||||
|
|
||||||
{$ifdef CPUM68K}
|
{$ifdef CPUM68K}
|
||||||
ValReal = Real;
|
{$define DEFAULT_DOUBLE}
|
||||||
|
|
||||||
{$define SUPPORT_SINGLE}
|
{$define SUPPORT_SINGLE}
|
||||||
{$define SUPPORT_DOUBLE}
|
{$define SUPPORT_DOUBLE}
|
||||||
|
|
||||||
|
ValReal = Real;
|
||||||
|
|
||||||
{ Comp type does not exist on fpu }
|
{ Comp type does not exist on fpu }
|
||||||
Comp = int64;
|
Comp = int64;
|
||||||
PComp = ^Comp;
|
PComp = ^Comp;
|
||||||
@ -903,4 +905,3 @@ const
|
|||||||
{$ifdef fpdocsystem}
|
{$ifdef fpdocsystem}
|
||||||
{$i system.fpd}
|
{$i system.fpd}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user