* last commit moved after testing. Undo move, now compiles again.

git-svn-id: trunk@40022 -
This commit is contained in:
marco 2018-10-24 16:09:28 +00:00
parent 3069f5e7de
commit adc225d0ee

View File

@ -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}