+ define DEFAULT_DOUBLE on m68k

git-svn-id: trunk@8499 -
This commit is contained in:
florian 2007-09-16 10:20:16 +00:00
parent 334b9b4ee1
commit b11e861b0f

View File

@ -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}