mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-22 00:29:23 +02:00
rtl: fixed wrong proc modifier
This commit is contained in:
parent
48b8b21dba
commit
fefe109071
@ -321,7 +321,7 @@ const
|
||||
function Int(const A: Double): double;
|
||||
function Copy(const S: string; Index, Size: Integer): String; assembler; overload;
|
||||
function Copy(const S: string; Index: Integer): String; assembler; overload;
|
||||
procedure Delete(var S: String; Index, Size: Integer); assembler; overload;
|
||||
procedure Delete(var S: String; Index, Size: Integer); overload;
|
||||
function Pos(const Search, InString: String): Integer; assembler; overload;
|
||||
function Pos(const Search, InString: String; StartAt : Integer): Integer; assembler; overload;
|
||||
procedure Insert(const Insertion: String; var Target: String; Index: Integer); overload;
|
||||
|
Loading…
Reference in New Issue
Block a user