This commit is contained in:
Eric Andersen
1999-10-28 16:06:25 +00:00
parent c7c41d306b
commit 6b6b3f6ef2
8 changed files with 310 additions and 54 deletions

View File

@ -47,9 +47,9 @@ static const char grep_usage[] =
extern int grep_main (int argc, char **argv)
{
FILE *fp;
const char *needle;
const char *name;
const char *cp;
char *needle;
char *name;
char *cp;
int tellName=TRUE;
int ignoreCase=FALSE;
int tellLine=FALSE;