mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:09:49 +02:00
* Renamefest supports_double for FreeBSD too
This commit is contained in:
parent
921817f090
commit
af9703f179
@ -73,7 +73,7 @@ Type
|
|||||||
{ Comp type does not exist on fpu }
|
{ Comp type does not exist on fpu }
|
||||||
Comp = int64;
|
Comp = int64;
|
||||||
{$define SUPPORT_SINGLE}
|
{$define SUPPORT_SINGLE}
|
||||||
{$IFDEF LINUX}
|
{$IFDEF Unix}
|
||||||
{ Linux FPU emulator will be used }
|
{ Linux FPU emulator will be used }
|
||||||
{$define SUPPORT_DOUBLE}
|
{$define SUPPORT_DOUBLE}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
@ -555,7 +555,10 @@ const
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.45 2002-04-21 15:51:51 carl
|
Revision 1.46 2002-06-02 10:49:30 marco
|
||||||
|
* Renamefest supports_double for FreeBSD too
|
||||||
|
|
||||||
|
Revision 1.45 2002/04/21 15:51:51 carl
|
||||||
* StackError is now a typed constant
|
* StackError is now a typed constant
|
||||||
+ $S can be used under unix
|
+ $S can be used under unix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user