* only enable arbextended if extended is truly 10 bytes. Mantis #34434

git-svn-id: trunk@40021 -
This commit is contained in:
marco 2018-10-24 16:07:01 +00:00
parent 587b980169
commit 3069f5e7de

View File

@ -43,7 +43,9 @@ unit typ;
{$I DIRECT.INC} {Contains "global" compilerswitches which
are imported into every unit of the library }
{$if sizeof(extended)=10}
{$DEFINE ArbExtended}
{$endif}
interface