Przeglądaj źródła

* Move fpdoc block after uses clause

git-svn-id: trunk@35398 -
michael 8 lat temu
rodzic
commit
c3e50a36cc
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      rtl/objpas/math.pp

+ 5 - 4
rtl/objpas/math.pp

@@ -50,6 +50,11 @@
 unit math;
 interface
 
+
+{$ifndef FPUNONE}
+    uses
+       sysutils;
+
 {$IFDEF FPDOC_MATH}
 {$DEFINE FPC_HAS_TYPE_SINGLE}
 {$DEFINE FPC_HAS_TYPE_DOUBLE}
@@ -63,10 +68,6 @@ Const
   MaxFloat = 0;
 {$ENDIF}
 
-{$ifndef FPUNONE}
-    uses
-       sysutils;
-
     { Ranges of the IEEE floating point types, including denormals }
 {$ifdef FPC_HAS_TYPE_SINGLE}
     const