diff -r ef59a44a9f08 -r af59e65586a7 hedgewars/pas2cRedo.pas --- a/hedgewars/pas2cRedo.pas Thu Apr 04 02:07:06 2013 +0200 +++ b/hedgewars/pas2cRedo.pas Thu Apr 04 16:12:26 2013 +0400 @@ -71,14 +71,15 @@ trunc, round : function : integer; abs, sqr : function : integer; - StrPas, FormatDateTime, copy, delete, str, pos, PosS, trim, LowerCase : function : shortstring; + StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring; + pos : function : integer; StrToInt : function : integer; SetLength, val : procedure; _pchar : function : PChar; pchar2str : function : string; memcpy : procedure; - min, max:function:integer; + min, max:function:integer; assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure; FileExists, DirectoryExists, eof : function : boolean; ExtractFileName : function : string;