* use cextended instead of clongdouble, so that the tests keeps compiling

for platforms where we don't support the "long double" type

git-svn-id: trunk@31883 -
This commit is contained in:
Jonas Maebe 2015-09-29 07:44:07 +00:00
parent 525685617c
commit e25c5b809e
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ const
s2 : pchar = 'next';
si : single = 32.12;
d : double = 45.45;
e : clongdouble = 74.74;
e : cextended = 74.74;
p : pchar = nil;
has_errors : boolean = false;

View File

@ -54,7 +54,7 @@ const
s2 : pchar = 'next';
si : single = 32.12;
d : double = 45.45;
e : clongdouble = 74.74;
e : cextended = 74.74;
p : pchar = nil;
has_errors : boolean = false;

View File

@ -39,7 +39,7 @@ const
s2 : pchar = 'next';
si : single = 32.12;
d : double = 45.45;
e : clongdouble = 74.74;
e : cextended = 74.74;
p : pchar = nil;
has_errors : boolean = false;