aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index 4e5501d03..d66d85a53 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -173,16 +173,6 @@ enum {
173#define PRINT_FILES_WITHOUT_MATCHES (option_mask32 & OPT_L) 173#define PRINT_FILES_WITHOUT_MATCHES (option_mask32 & OPT_L)
174#define NUL_DELIMITED (option_mask32 & OPT_z) 174#define NUL_DELIMITED (option_mask32 & OPT_z)
175 175
176#if ENABLE_PLATFORM_MINGW32
177# ifndef RE_TRANSLATE_TYPE
178# define RE_TRANSLATE_TYPE unsigned char*
179# endif
180# undef ENABLE_EXTRA_COMPAT
181# define ENABLE_EXTRA_COMPAT 0
182# undef IF_EXTRA_COMPAT
183# define IF_EXTRA_COMPAT(x)
184#endif
185
186struct globals { 176struct globals {
187 int max_matches; 177 int max_matches;
188#if !ENABLE_EXTRA_COMPAT 178#if !ENABLE_EXTRA_COMPAT