Fix undeclared variable error.

1_00_stable_10817
Matt Kraai 2001-11-20 16:00:44 +00:00
parent 0c390a76fe
commit 585f657e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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