From: Richard Stallman Date: Fri, 9 Aug 1996 10:44:37 +0000 (+0000) Subject: (re_max_failures): Increase to 20000 again. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ad3d8cf386dd58491475b5c9e768a40a970ac8;p=pspp (re_max_failures): Increase to 20000 again. --- diff --git a/regex.c b/regex.c index 5fe307f098..2d491c627e 100644 --- a/regex.c +++ b/regex.c @@ -1010,7 +1010,7 @@ static const char *re_error_msgid[] = #if defined (MATCH_MAY_ALLOCATE) /* 4400 was enough to cause a crash on Alpha OSF/1, whose default stack limit is 2mb. */ -int re_max_failures = 4000; +int re_max_failures = 20000; #else int re_max_failures = 2000; #endif