diff options
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index 0fe898c77..11913f264 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -234,7 +234,7 @@ static void destroy_regexes(void) | |||
234 | extern int grep_main(int argc, char **argv) | 234 | extern int grep_main(int argc, char **argv) |
235 | { | 235 | { |
236 | int opt; | 236 | int opt; |
237 | #ifdef CONFIG_FEATURE_GREP_CONTEXT | 237 | #if defined (CONFIG_FEATURE_GREP_CONTEXT) || defined (CONFIG_FEATURE_GREP_EGREP_ALIAS) |
238 | char *junk; | 238 | char *junk; |
239 | #endif | 239 | #endif |
240 | 240 | ||