mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 17:30:29 +02:00
* Use "clongdouble" instead of "extended" in libc printf tests.
git-svn-id: trunk@31864 -
This commit is contained in:
parent
9b0f509242
commit
bbb1cae57f
@ -4,7 +4,7 @@
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
strings;
|
||||
strings, ctypes;
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
{$define TEST_EXTENDED}
|
||||
@ -54,7 +54,7 @@ const
|
||||
s2 : pchar = 'next';
|
||||
si : single = 32.12;
|
||||
d : double = 45.45;
|
||||
e : extended = 74.74;
|
||||
e : clongdouble = 74.74;
|
||||
p : pchar = nil;
|
||||
has_errors : boolean = false;
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
strings;
|
||||
strings, ctypes;
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
{$define TEST_EXTENDED}
|
||||
@ -54,7 +54,7 @@ const
|
||||
s2 : pchar = 'next';
|
||||
si : single = 32.12;
|
||||
d : double = 45.45;
|
||||
e : extended = 74.74;
|
||||
e : clongdouble = 74.74;
|
||||
p : pchar = nil;
|
||||
has_errors : boolean = false;
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
{$mode macpas}
|
||||
|
||||
uses
|
||||
strings, uprintf3;
|
||||
strings, uprintf3, ctypes;
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
{$define TEST_EXTENDED}
|
||||
@ -39,7 +39,7 @@ const
|
||||
s2 : pchar = 'next';
|
||||
si : single = 32.12;
|
||||
d : double = 45.45;
|
||||
e : extended = 74.74;
|
||||
e : clongdouble = 74.74;
|
||||
p : pchar = nil;
|
||||
has_errors : boolean = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user