diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-30 14:20:51 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:27 +0200 |
commit | 7269097680aeb5c89ffbc07cf57f4e9977c78cc9 (patch) | |
tree | 7c722249f1e8436d077841388bdd780416208c2c /gettext-tools/src/write-csharp.c | |
parent | 5128887c91036ba23bf8faea7642e49542ca9724 (diff) | |
download | external_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.c | 3 |
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 |