Just use int for mode

This commit is contained in:
sin 2014-11-20 17:26:47 +00:00
parent fe48fbc4e1
commit 64aac9b504

2
grep.c
View File

@ -24,7 +24,7 @@ static int sflag;
static int vflag; static int vflag;
static int xflag; static int xflag;
static int many; static int many;
static char mode; static int mode;
struct pattern { struct pattern {
char *pattern; char *pattern;