mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 19:27:45 +02:00
fcl-base: clean up
This commit is contained in:
parent
731dcd8eb2
commit
6c78a2162f
@ -1323,7 +1323,8 @@ begin
|
||||
Result:=FChar;
|
||||
end;
|
||||
|
||||
procedure Val(const S: string; out V: TExprFloat; out Code: Integer);
|
||||
{$ifndef pas2js}
|
||||
procedure Val(const S: string; out V: TExprFloat; out Code: Integer); overload;
|
||||
var
|
||||
L64: NativeInt;
|
||||
begin
|
||||
@ -1336,6 +1337,7 @@ begin
|
||||
else
|
||||
System.Val(S, V, Code);
|
||||
end;
|
||||
{$endif}
|
||||
|
||||
Function TFPExpressionScanner.DoNumber(AKind: TNumberKind) : TTokenType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user