Переглянути джерело

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

git-svn-id: trunk@40022 -
marco 7 роки тому
батько
коміт
adc225d0ee
1 змінених файлів з 4 додано та 3 видалено
  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
                                   are imported into every unit of the library }
 
-{$if sizeof(extended)=10}
-{$DEFINE ArbExtended}
-{$endif}
 
 interface
 
 uses
   Math;
 
+{$if sizeof(extended)=10}
+{$DEFINE ArbExtended}
+{$endif}
+
 
 CONST numlib_version=2;         {used to detect version conflicts between
                                   header unit and dll}