projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60713ff
)
(re_max_failures): Increase to 20000 again.
author
Richard Stallman
<rms@gnu.org>
Fri, 9 Aug 1996 10:44:37 +0000
(10:44 +0000)
committer
Richard Stallman
<rms@gnu.org>
Fri, 9 Aug 1996 10:44:37 +0000
(10:44 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 5fe307f0983ff019b6f906d01c4f5bd8145e58ff..2d491c627ec3ab4d07090cb739e586e2ebadb07b 100644
(file)
--- 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 =
4
000;
+int re_max_failures =
20
000;
#else
int re_max_failures = 2000;
#endif