mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 17:27:26 +01:00
* Move fpdoc block after uses clause
git-svn-id: trunk@35398 -
This commit is contained in:
parent
6d5339cdb6
commit
c3e50a36cc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user