--- a/hedgewars/pas2cSystem.pas Fri Apr 20 23:03:20 2012 +0400
+++ b/hedgewars/pas2cSystem.pas Sat Apr 21 19:51:13 2012 +0400
@@ -67,6 +67,7 @@
StrPas, FormatDateTime, copy, delete, str, pos, trim : function : shortstring;
Length, StrToInt : function : integer;
SetLength, val : procedure;
+ _pchar : function : PChar;
assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
IOResult : function : integer;
@@ -131,7 +132,7 @@
Assigned : function : boolean;
- _strconcat : function : string;
+ _strconcat, _strappend, _strprepend : function : string;
_strcompare, _strncompare : function : boolean;
png_structp, png_set_write_fn, png_get_io_ptr,