aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c2
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)
extern int grep_main(int argc, char **argv)
{
int opt;
-#ifdef CONFIG_FEATURE_GREP_CONTEXT
+#if defined (CONFIG_FEATURE_GREP_CONTEXT) || defined (CONFIG_FEATURE_GREP_EGREP_ALIAS)
char *junk;
#endif