]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Rely on gnulib module 'mkdir'.
authorBruno Haible <bruno@clisp.org>
Mon, 14 May 2007 00:25:30 +0000 (00:25 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:48 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/write-csharp.c
gettext-tools/src/write-java.c

index 488981e8fddfc5af53c2804eb07c700ff04b29f7..e0e289d4339450ef50db3e4d4c403a95037ebe4b 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-13  Bruno Haible  <bruno@clisp.org>
+
+       * write-java.c (mkdir): Remove definition. Now done by gnulib.
+       * write-csharp.c (mkdir): Remove definition. Now done by gnulib.
+
 2007-05-13  Bruno Haible  <bruno@clisp.org>
 
        * msgl-check.c: Include stdio.h instead of vasprintf.h.
index f2bfd415eba88c47b4e0581b02aa861692cc5401..a45c52b4799c37b7de580893a87c7ae7a0f57f19 100644 (file)
 # define S_IXOTH (S_IXUSR >> 6)
 #endif
 
-#ifdef __MINGW32__
-# include <io.h>
-/* mingw's _mkdir() function has 1 argument, but we pass 2 arguments.
-   Therefore we have to disable the argument count checking.  */
-# define mkdir ((int (*)()) _mkdir)
-#endif
-
 #include "c-ctype.h"
 #include "relocatable.h"
 #include "error.h"
index 4733dbc0c29fd03d876062dcd04c185f46700bd0..9b70a2f9d6fdf85b2bd1fe9a3c09dd1feb839b6b 100644 (file)
 # define S_IXUSR 00100
 #endif
 
-#ifdef __MINGW32__
-# include <io.h>
-/* mingw's _mkdir() function has 1 argument, but we pass 2 arguments.
-   Therefore we have to disable the argument count checking.  */
-# define mkdir ((int (*)()) _mkdir)
-#endif
-
 #include "c-ctype.h"
 #include "error.h"
 #include "xerror.h"