summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/write-csharp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-06-30 14:20:51 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:27 +0200
commit7269097680aeb5c89ffbc07cf57f4e9977c78cc9 (patch)
tree7c722249f1e8436d077841388bdd780416208c2c /gettext-tools/src/write-csharp.c
parent5128887c91036ba23bf8faea7642e49542ca9724 (diff)
downloadexternal_gettext-7269097680aeb5c89ffbc07cf57f4e9977c78cc9.zip
external_gettext-7269097680aeb5c89ffbc07cf57f4e9977c78cc9.tar.gz
external_gettext-7269097680aeb5c89ffbc07cf57f4e9977c78cc9.tar.bz2
Assume correct S_ISDIR macro.
Diffstat (limited to 'gettext-tools/src/write-csharp.c')
-rw-r--r--gettext-tools/src/write-csharp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gettext-tools/src/write-csharp.c b/gettext-tools/src/write-csharp.c
index 4034221..0511b18 100644
--- a/gettext-tools/src/write-csharp.c
+++ b/gettext-tools/src/write-csharp.c
@@ -31,9 +31,6 @@
#include <string.h>
#include <sys/stat.h>
-#if STAT_MACROS_BROKEN
-# undef S_ISDIR
-#endif
#if !defined S_ISDIR && defined S_IFDIR
# define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#endif