mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 07:29:07 +02:00
rtl: clean up
This commit is contained in:
parent
5075b5f4d6
commit
d99f435093
@ -3686,7 +3686,7 @@ Function TryStrToInt(const S : String; Out res : NativeInt) : Boolean;
|
|||||||
|
|
||||||
Var
|
Var
|
||||||
Radix : Integer = 10;
|
Radix : Integer = 10;
|
||||||
F,N : String;
|
N : String;
|
||||||
J : JSValue;
|
J : JSValue;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user