mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
fcl-passrc: use TMaxFloat
This commit is contained in:
parent
1471d49fb6
commit
75f8d43e36
@ -2156,7 +2156,7 @@ procedure TCondDirectiveEvaluator.ReadOperand(Skip: boolean);
|
||||
|
||||
var
|
||||
i: TMaxPrecInt;
|
||||
e: extended;
|
||||
e: TMaxFloat;
|
||||
S, aName, Param: String;
|
||||
Code: integer;
|
||||
NameStartP: {$ifdef UsePChar}PChar{$else}integer{$endif};
|
||||
@ -2420,7 +2420,7 @@ var
|
||||
A, B, R: String;
|
||||
Op: TToken;
|
||||
AInt, BInt: TMaxPrecInt;
|
||||
AFloat, BFloat: extended;
|
||||
AFloat, BFloat: TMaxFloat;
|
||||
BPos: Integer;
|
||||
begin
|
||||
// resolve all higher or equal level operations
|
||||
|
Loading…
Reference in New Issue
Block a user