Selaa lähdekoodia

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

git-svn-id: trunk@40021 -
marco 6 vuotta sitten
vanhempi
commit
3069f5e7de
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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
 {$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