mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 09:10:53 +02:00
* Mimic minfloat for fpdoc
git-svn-id: trunk@31036 -
This commit is contained in:
parent
633c8c7118
commit
b9fa0d0934
@ -58,6 +58,9 @@ interface
|
|||||||
Type
|
Type
|
||||||
Float = MaxFloatType;
|
Float = MaxFloatType;
|
||||||
|
|
||||||
|
Const
|
||||||
|
MinFloat = 0;
|
||||||
|
MaxFloat = 0;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$ifndef FPUNONE}
|
{$ifndef FPUNONE}
|
||||||
|
Loading…
Reference in New Issue
Block a user