hedgewars/pas2cRedo.pas
changeset 10131 4b4a043111f4
parent 10120 b7f632c12784
child 10564 0cb20aa8877a
--- 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;