fcl-passrc: use TMaxFloat

This commit is contained in:
mattias 2022-06-18 14:26:53 +02:00
parent 1471d49fb6
commit 75f8d43e36

View File

@ -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