X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/008e37b6a440e5d2ea40a3aafefe3f7ae29f8d74..0e1bdf492f13155bc45fb3fcd056ee51d3c763c0:/contrib/diffutils/src/diff.c diff --git a/contrib/diffutils/src/diff.c b/contrib/diffutils/src/diff.c index c0964069e7..d576866831 100644 --- a/contrib/diffutils/src/diff.c +++ b/contrib/diffutils/src/diff.c @@ -278,12 +278,11 @@ main (int argc, char **argv) initialize_main (&argc, &argv); set_program_name (argv[0]); setlocale (LC_ALL, ""); - bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); c_stack_action (0); function_regexp_list.buf = &function_regexp; ignore_regexp_list.buf = &ignore_regexp; - re_set_syntax (RE_SYNTAX_GREP | RE_NO_POSIX_BACKTRACKING); + re_set_syntax (RE_SYNTAX_GREP); excluded = new_exclude (); /* Decode the options. */