1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

(re_max_failures): Increase to 20000 again.

This commit is contained in:
Richard M. Stallman 1996-08-09 10:44:37 +00:00
parent 86d6f6ee60
commit 6411ab239c

View file

@ -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