]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid warnings on some platforms.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:40:52 +0000 (09:40 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Oct 2001 09:40:52 +0000 (09:40 +0000)
src/ChangeLog

index 8659074d6a86452193f91012a51dac2386d2959d..3295087fabcf06fb77d1c709fec1f2f05b0faf11 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * msgmerge.c (match_domain): Change type of 'processed' argument to
+       'unsigned int *'.
+       (merge): Change type of 'processed' to 'unsigned int'.
+
 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
 
        Avoid warnings on platforms where size_t is larger than int.