hedgewars/pas2cSystem.pas
changeset 13342 774dd8762607
parent 12597 f7ff98509580
child 14890 ff2c19a462de
--- a/hedgewars/pas2cSystem.pas	Tue Apr 24 19:10:19 2018 +0200
+++ b/hedgewars/pas2cSystem.pas	Tue Apr 24 19:52:04 2018 +0200
@@ -121,7 +121,7 @@
 
     _strconcat, _strappend, _strprepend, _chrconcat : function : string;
     _strcompare, _strncompare, _strcomparec, _strncompareA : function : boolean;
-    _strconcatA, _strappendA : function : ansistring;
+    _strconcatA, _strappendA, _strprependA: function : ansistring;
 
     png_structp, png_set_write_fn, png_get_io_ptr,
     png_get_libpng_ver, png_create_write_struct,