diff options
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index b115d9a1d..4e5501d03 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -174,7 +174,9 @@ enum { | |||
174 | #define NUL_DELIMITED (option_mask32 & OPT_z) | 174 | #define NUL_DELIMITED (option_mask32 & OPT_z) |
175 | 175 | ||
176 | #if ENABLE_PLATFORM_MINGW32 | 176 | #if ENABLE_PLATFORM_MINGW32 |
177 | # define RE_TRANSLATE_TYPE unsigned char* | 177 | # ifndef RE_TRANSLATE_TYPE |
178 | # define RE_TRANSLATE_TYPE unsigned char* | ||
179 | # endif | ||
178 | # undef ENABLE_EXTRA_COMPAT | 180 | # undef ENABLE_EXTRA_COMPAT |
179 | # define ENABLE_EXTRA_COMPAT 0 | 181 | # define ENABLE_EXTRA_COMPAT 0 |
180 | # undef IF_EXTRA_COMPAT | 182 | # undef IF_EXTRA_COMPAT |