mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 20:59:19 +02:00
* last commit moved after testing. Undo move, now compiles again.
git-svn-id: trunk@40022 -
This commit is contained in:
parent
3069f5e7de
commit
adc225d0ee
@ -43,15 +43,16 @@ unit typ;
|
|||||||
{$I DIRECT.INC} {Contains "global" compilerswitches which
|
{$I DIRECT.INC} {Contains "global" compilerswitches which
|
||||||
are imported into every unit of the library }
|
are imported into every unit of the library }
|
||||||
|
|
||||||
{$if sizeof(extended)=10}
|
|
||||||
{$DEFINE ArbExtended}
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Math;
|
Math;
|
||||||
|
|
||||||
|
{$if sizeof(extended)=10}
|
||||||
|
{$DEFINE ArbExtended}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
|
|
||||||
CONST numlib_version=2; {used to detect version conflicts between
|
CONST numlib_version=2; {used to detect version conflicts between
|
||||||
header unit and dll}
|
header unit and dll}
|
||||||
|
Loading…
Reference in New Issue
Block a user