--- a/hedgewars/pas2cRedo.pas Tue Feb 11 22:05:03 2014 +0400
+++ b/hedgewars/pas2cRedo.pas Wed Feb 12 00:50:15 2014 +0400
@@ -74,7 +74,7 @@
StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring;
pos : function : integer;
StrToInt : function : integer;
- SetLength, val, StrDispose, StrCopy : procedure;
+ SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;
_pchar, _pcharA, StrAlloc : function : PChar;
pchar2str, astr2str : function : string;
pchar2astr, str2astr : function : ansistring;