mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:29:19 +02:00
* use bestreal instead of extended
This commit is contained in:
parent
dd2e114e7e
commit
2427558f74
@ -2472,7 +2472,7 @@ const
|
|||||||
{*********************************************************************}
|
{*********************************************************************}
|
||||||
var expr: string;
|
var expr: string;
|
||||||
tempstr: string;
|
tempstr: string;
|
||||||
r : extended;
|
r : bestreal;
|
||||||
code : word;
|
code : word;
|
||||||
negativ : boolean;
|
negativ : boolean;
|
||||||
errorflag: boolean;
|
errorflag: boolean;
|
||||||
@ -3675,7 +3675,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 1998-08-10 14:50:21 peter
|
Revision 1.7 1998-08-10 23:57:23 peter
|
||||||
|
* use bestreal instead of extended
|
||||||
|
|
||||||
|
Revision 1.6 1998/08/10 14:50:21 peter
|
||||||
+ localswitches, moduleswitches, globalswitches splitting
|
+ localswitches, moduleswitches, globalswitches splitting
|
||||||
|
|
||||||
Revision 1.5 1998/07/14 14:46:58 peter
|
Revision 1.5 1998/07/14 14:46:58 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user