diff -r 0fba6cb098a1 -r 3f1f8f79fcdb hedgewars/pas2cRedo.pas --- a/hedgewars/pas2cRedo.pas Sun May 15 23:11:14 2016 +0200 +++ b/hedgewars/pas2cRedo.pas Sun May 15 23:59:24 2016 +0200 @@ -71,7 +71,7 @@ trunc, round, ceil : function : integer; abs, sqr : function : integer; - StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring; + StrPas, FormatDateTime, copy, str, PosS, LowerCase : function : shortstring; pos : function : integer; StrToInt : function : integer; SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;