Explorar o código

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

git-svn-id: trunk@40021 -
marco %!s(int64=6) %!d(string=hai) anos
pai
achega
3069f5e7de
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/numlib/src/typ.pas

+ 2 - 0
packages/numlib/src/typ.pas

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