* Move fpdoc block after uses clause

git-svn-id: trunk@35398 -
This commit is contained in:
michael 2017-02-05 09:51:43 +00:00
parent 6d5339cdb6
commit c3e50a36cc

View File

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