summaryrefslogtreecommitdiff
path: root/packages/numlib
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-10-24 16:09:28 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-10-24 16:09:28 +0000
commit8c9168276685ddb86ac3e02c154ede612c3eb321 (patch)
tree9d3f129307061888c4e29f450ce7cef9b69f0245 /packages/numlib
parenta4091244e8c11750b77c3ae394df09f403378be7 (diff)
downloadfpc-8c9168276685ddb86ac3e02c154ede612c3eb321.tar.gz
* last commit moved after testing. Undo move, now compiles again.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40022 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/numlib')
-rw-r--r--packages/numlib/src/typ.pas7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/numlib/src/typ.pas b/packages/numlib/src/typ.pas
index 36bd65ac2c..d62a82ef54 100644
--- a/packages/numlib/src/typ.pas
+++ b/packages/numlib/src/typ.pas
@@ -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}