mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +02:00
Fixed range check error, compiler error!
This commit is contained in:
parent
337fff51c5
commit
98b49b292d
@ -29909,7 +29909,8 @@ begin
|
|||||||
btIntSingle,
|
btIntSingle,
|
||||||
btUIntSingle,
|
btUIntSingle,
|
||||||
btIntDouble,
|
btIntDouble,
|
||||||
btUIntDouble:
|
btUIntDouble,
|
||||||
|
btCurrency:
|
||||||
begin
|
begin
|
||||||
Result:=TResEvalRangeInt.Create;
|
Result:=TResEvalRangeInt.Create;
|
||||||
TResEvalRangeInt(Result).ElKind:=revskInt;
|
TResEvalRangeInt(Result).ElKind:=revskInt;
|
||||||
|
Loading…
Reference in New Issue
Block a user