Răsfoiți Sursa

* last commit moved after testing. Undo move, now compiles again.

git-svn-id: trunk@40022 -
marco 6 ani în urmă
părinte
comite
adc225d0ee
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 4 3
      packages/numlib/src/typ.pas

+ 4 - 3
packages/numlib/src/typ.pas

@@ -43,15 +43,16 @@ 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}
-{$endif}
 
 
 interface
 interface
 
 
 uses
 uses
   Math;
   Math;
 
 
+{$if sizeof(extended)=10}
+{$DEFINE ArbExtended}
+{$endif}
+
 
 
 CONST numlib_version=2;         {used to detect version conflicts between
 CONST numlib_version=2;         {used to detect version conflicts between
                                   header unit and dll}
                                   header unit and dll}