Compile when NO_REGEX is defined.

Submitted by:	Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
This commit is contained in:
Tim Vanderhoek 1999-06-11 04:36:16 +00:00
parent 1bcd27ee72
commit eb90c9c86a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47872

View File

@ -303,7 +303,9 @@ register char **argv;
int ch;
ignore_case = FALSE;
# ifndef NO_REGEX
pat = NULL;
# endif /* NO_REGEX */
# ifdef DEBUG
while ((ch = getopt(argc, argv, "aDefilm:osw")) != -1)