build: avoid another warning
[grep/ericb.git] / src / fgrep.c
blobf91e62669a102f1e006f2d6eb191a4e65c221a8a
1 #include <config.h>
2 #include "search.h"
4 struct matcher const matchers[] = {
5 { "fgrep", Fcompile, Fexecute },
6 { NULL, NULL, NULL },
7 };
9 const char before_options[] =
10 N_("PATTERN is a set of newline-separated fixed strings.\n");
11 const char after_options[] =
12 N_("Invocation as `fgrep' is deprecated; use `grep -F' instead.\n");