mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 13:19:22 +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
|
||||
Radix : Integer = 10;
|
||||
F,N : String;
|
||||
N : String;
|
||||
J : JSValue;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user