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:
parent
86d6f6ee60
commit
6411ab239c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue