diff -r 1b7a4d3111ea -r 2abe883c9c21 hedgewars/pas2cRedo.pas --- a/hedgewars/pas2cRedo.pas Sun Mar 01 15:04:31 2015 +0100 +++ b/hedgewars/pas2cRedo.pas Sun Mar 01 15:56:00 2015 +0100 @@ -66,12 +66,12 @@ Now : function : integer; - new, dispose, FillChar, Move : procedure; + new, dispose, FillChar, Insert, Delete, Move : procedure; trunc, round : function : integer; abs, sqr : function : integer; - StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring; + StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring; pos : function : integer; StrToInt : function : integer; SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;