mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +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
|
||||
are imported into every unit of the library }
|
||||
|
||||
{$if sizeof(extended)=10}
|
||||
{$DEFINE ArbExtended}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Math;
|
||||
|
||||
{$if sizeof(extended)=10}
|
||||
{$DEFINE ArbExtended}
|
||||
{$endif}
|
||||
|
||||
|
||||
CONST numlib_version=2; {used to detect version conflicts between
|
||||
header unit and dll}
|
||||
|
Loading…
Reference in New Issue
Block a user