hedgewars/pas2cSystem.pas
changeset 7054 7e8fb07ef91c
parent 7044 46cb4e8cedfb
child 7062 7efe16575779
--- a/hedgewars/pas2cSystem.pas	Fri May 11 20:01:57 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Fri May 11 21:10:58 2012 +0400
@@ -134,7 +134,7 @@
     Assigned : function : boolean;
     
     _strconcat, _strappend, _strprepend : function : string;
-    _strcompare, _strncompare : function : boolean;
+    _strcompare, _strncompare, _strcomparec : function : boolean;
 
     png_structp, png_set_write_fn, png_get_io_ptr,
     png_get_libpng_ver, png_create_write_struct,