mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 06:52:45 +00:00
Compile when NO_REGEX is defined.
Submitted by: Geordy Kitchen <gkitchen@cs.ubc.ca> (gnu/12117)
This commit is contained in:
parent
1bcd27ee72
commit
eb90c9c86a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47872
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user