]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it compile with MSVC.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Nov 2003 20:33:48 +0000 (20:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:22 +0000 (12:11 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.msvc
gettext-tools/lib/wait-process.c

index d91befa2bcce6b59e432b8cb7b0f568f78287aac..40a2149adb3837976218549982325f1326627ba6 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-28  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.msvc (OBJECTS): Fix typo.
+       * wait-process.c (cleanup_slaves): Use ANSI C declaration.
+
 2003-11-27  Bruno Haible  <bruno@clisp.org>
 
        * wait-process.c: On Windows, include windows.h. Needed on mingw.
index 536df53e684b737148d9f5c63c1d369151587d72..3e22de864ea4766f17654724a1ee7f52572a285f 100644 (file)
@@ -113,7 +113,7 @@ OBJECTS = \
   strtoul.obj \
   tmpdir.obj \
   wait-process.obj \
-  xalloc.obj xstrdup.obj \
+  xmalloc.obj xstrdup.obj \
   xerror.obj \
   xsetenv.obj \
   \
index adb1be04a4ad040949ba5785e0dc64a68a855b92..9c042b3b4600617c5fdae5be0ab1e410eb26cc6d 100644 (file)
@@ -143,7 +143,7 @@ static size_t slaves_allocated = SIZEOF (static_slaves);
 
 /* The cleanup action.  It gets called asynchronously.  */
 static void
-cleanup_slaves ()
+cleanup_slaves (void)
 {
   for (;;)
     {