mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
* Fake some types when running under FPDOC
git-svn-id: trunk@31034 -
This commit is contained in:
parent
ebf465a42b
commit
bb7e0f645f
@ -50,6 +50,16 @@
|
||||
unit math;
|
||||
interface
|
||||
|
||||
{$IFDEF FPDOC_MATH}
|
||||
{$DEFINE FPC_HAS_TYPE_SINGLE}
|
||||
{$DEFINE FPC_HAS_TYPE_DOUBLE}
|
||||
{$DEFINE FPC_HAS_TYPE_EXTENDED}
|
||||
{$DEFINE FPC_HAS_TYPE_COMP}
|
||||
Type
|
||||
Float = MaxFloatType;
|
||||
|
||||
{$ENDIF}
|
||||
|
||||
{$ifndef FPUNONE}
|
||||
uses
|
||||
sysutils;
|
||||
|
Loading…
Reference in New Issue
Block a user