mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 01:05:56 +02:00
* 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:
parent
525685617c
commit
e25c5b809e
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user