Browse Source

rtl: fixed compile

mattias 5 years ago
parent
commit
026bb6faa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/system.pas

+ 1 - 1
packages/rtl/system.pas

@@ -359,7 +359,7 @@ const
 function Int(const A: Double): double;
 function Int(const A: Double): double;
 function Copy(const S: string; Index, Size: Integer): String; assembler; overload;
 function Copy(const S: string; Index, Size: Integer): String; assembler; overload;
 function Copy(const S: string; Index: 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): Integer; assembler; overload;
 function Pos(const Search, InString: String; StartAt : Integer): 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;
 procedure Insert(const Insertion: String; var Target: String; Index: Integer); overload;