mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 18:20:27 +02:00
* only enable arbextended if extended is truly 10 bytes. Mantis #34434
git-svn-id: trunk@40021 -
This commit is contained in:
parent
587b980169
commit
3069f5e7de
@ -43,7 +43,9 @@ unit typ;
|
|||||||
{$I DIRECT.INC} {Contains "global" compilerswitches which
|
{$I DIRECT.INC} {Contains "global" compilerswitches which
|
||||||
are imported into every unit of the library }
|
are imported into every unit of the library }
|
||||||
|
|
||||||
|
{$if sizeof(extended)=10}
|
||||||
{$DEFINE ArbExtended}
|
{$DEFINE ArbExtended}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user